|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
doAfterSubmit(IWizardContext context)
Actions performed after user input was collected should be placed into this function. |
void |
doBeforeDisplay(IWizardContext context)
Do any preparations, that may be needed before display. |
com.sapportals.htmlb.Component |
getControlInFocus(IWizardContext ctx)
|
java.lang.String |
getDescription(IWizardContext ctx)
Set the description of a pane - this function is relevant only for panes. |
com.sapportals.htmlb.Component |
getDisplay(IWizardContext context)
get the htmlb display for this component. in non-display components return null. |
java.util.List |
getErrorMessages(IWizardContext context)
|
java.lang.String |
getPath()
get the path of this component (internally used) |
java.lang.String |
getTitle(IWizardContext ctx)
Set the title of a pane - this function is relevant only for panes. |
void |
init(IWizardContext context)
initialize this component. |
boolean |
isInitialized(IWizardContext context)
|
boolean |
isMandatory()
|
void |
processInput(IWizardContext context)
read the user input from the submitted form here and store it in the session. |
void |
setMandatory(boolean mandatory)
|
void |
setPath(java.lang.String path)
set the path of this component. e.g. it's position in the wizard hierarchy. path components are seperated by IWizardSession.PATH_DELIMITER. example: "personalInfoPane.nameComponent.firstNameInputField" |
void |
setupComponent(IWizardContext ctx)
setup the component here. if this component is a container add all subcomponents here |
| Method Detail |
public java.lang.String getTitle(IWizardContext ctx)
public java.lang.String getDescription(IWizardContext ctx)
public void setupComponent(IWizardContext ctx)
public boolean isInitialized(IWizardContext context)
public void init(IWizardContext context)
public void doBeforeDisplay(IWizardContext context)
public com.sapportals.htmlb.Component getDisplay(IWizardContext context)
public void processInput(IWizardContext context)
public void doAfterSubmit(IWizardContext context)
public java.util.List getErrorMessages(IWizardContext context)
public java.lang.String getPath()
public void setPath(java.lang.String path)
public boolean isMandatory()
public void setMandatory(boolean mandatory)
is - this component (i.e. the property it collects) a mandatory part of the pane the component resides in?
this will influence the display of the component and the behavior of the pane (error messages are displayed only for mandatory components)public com.sapportals.htmlb.Component getControlInFocus(IWizardContext ctx)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||