|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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. |
Component |
getControlInFocus(IWizardContext ctx)
|
String |
getDescription(IWizardContext ctx)
Set the description of a pane - this function is relevant only for panes. |
Component |
getDisplay(IWizardContext context)
get the htmlb display for this component. |
List |
getErrorMessages(IWizardContext context)
|
String |
getPath()
get the path of this component (internally used) |
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(String path)
set the path of this component. e.g. it's position in the wizard hierarchy. |
void |
setupComponent(IWizardContext ctx)
setup the component here. if this component is a container add all subcomponents here |
| Method Detail |
public String getTitle(IWizardContext ctx)
public 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 Component getDisplay(IWizardContext context)
public void processInput(IWizardContext context)
public void doAfterSubmit(IWizardContext context)
public List getErrorMessages(IWizardContext context)
public String getPath()
public void setPath(String path)
public boolean isMandatory()
public void setMandatory(boolean mandatory)
public Component getControlInFocus(IWizardContext ctx)
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||