|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FormPart
Meta information associated with formparts.
Personalization,
Form| Method Summary | |
|---|---|
java.lang.String |
getAlias()
Return the alias for the formpart, for example "e-mail". |
Form |
getConnectedForm()
Return the form of the formpart earlier in the flow that is connected to this one for prefilling. |
FormPart |
getConnectedFormPart()
Return the formpart earlier in the flow that is connected to this one for prefilling. |
java.lang.String |
getContent()
Return HTML representation for the formpart except the description. |
java.lang.String |
getDescription()
Return description. |
java.lang.String |
getExtraText()
Return extra text. |
java.lang.String[] |
getExtraValidationDescriptions()
Return extra validation descriptions. |
Form |
getForm()
Return the form this formpart is a part of. |
java.lang.String |
getHelpText()
Return helptext that should be provided to the user for the formpart. |
java.lang.String |
getIdentifier()
Return the identifier for the formpart whcih is constructed as the letter f (to prevent javascript problems) and a unique id. |
Personalization |
getPersonalization()
Return Personalization object with begin and end tags for the personalization transformation in the frontend. |
java.lang.String |
getStyleOptions()
Return css style for the formpart. |
Rule[] |
getValidators()
Return the list of validators for this form part. |
boolean |
isPrefilled()
Return true if prefilling is enabled on this formpart. |
| 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 |
|---|
java.lang.String getDescription()
java.lang.String getHelpText()
java.lang.String getExtraText()
java.lang.String getStyleOptions()
java.lang.String getIdentifier()
java.lang.String getAlias()
Personalization getPersonalization()
Form getForm()
boolean isPrefilled()
FormPart getConnectedFormPart()
Form getConnectedForm()
java.lang.String getContent()
java.lang.String[] getExtraValidationDescriptions()
Rule[] getValidators()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||