nl.gx.webmanager.cms.form
Interface FormPartList

All Superinterfaces:
FormPart, Presentable, Wrapper

public interface FormPartList
extends FormPart

List form part.


Method Summary
 FormPartListItem[] getItems()
          Return array of list items.
 java.lang.String getOrientation()
           
 java.lang.String getPrefilling()
          Return prefilling tag.
 ResourceEntry getResourceEntry()
          Return resource entry associated with the formpart.
 java.lang.String getType()
          Return the list type.
 ResourceEntry getWriteResourceEntry()
          Returns the write resource entry.
 
Methods inherited from interface nl.gx.webmanager.cms.form.FormPart
getAlias, getConnectedForm, getConnectedFormPart, getContent, getDescription, getExtraText, getExtraValidationDescriptions, getForm, getHelpText, getIdentifier, getPersonalization, getStyleOptions, getValidators, isPrefilled
 
Methods inherited from interface nl.gx.webmanager.cms.core.Presentable
getPresentation, render, render, setPresentation
 
Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper
getId, getUUID, setId, setUUID
 

Method Detail

getItems

FormPartListItem[] getItems()
Return array of list items.

Returns:
array of list items.

getType

java.lang.String getType()
Return the list type.

Returns:
the list type.

getOrientation

java.lang.String getOrientation()
Returns:
the orientation.

getResourceEntry

ResourceEntry getResourceEntry()
Return resource entry associated with the formpart.

Returns:
resource entry associated with the formpart.

getPrefilling

java.lang.String getPrefilling()
Return prefilling tag.
 <wm-form-entry-list list="true" fpc="...." flowid="...." />
 

Returns:
prefilling tag.

getWriteResourceEntry

ResourceEntry getWriteResourceEntry()
Returns the write resource entry. For example this can be used to write the update profile value in the database.

Returns:
ResourceEntry write resource entry.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.