|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.spardat.xma.page.Page
at.spardat.xma.page.PageClient
at.spardat.xma.page.AssistentPage
Base class of all Pages shown as one step inside an Assistent. This class is not fully implemented yet.
| Field Summary |
| Fields inherited from class at.spardat.xma.page.PageClient |
composite |
| Constructor Summary | |
AssistentPage(Assistent parent,
boolean stateless)
Initializes the AssistentPage inside the given Assistent. |
|
| Method Summary | |
Assistent |
getAssistent()
Gets the Assistent containing this AssisentPage. |
protected AssistentPage |
getNextPage()
Decide which WizardPage should be shown after the user pressed the Next-Button. |
protected AssistentPage |
getPrevPage()
Decide which WizardPage should be shown after the user pressed the Prev-Button. |
void |
initGUI()
Creates the Composite and Widgets of the AssistentPage by calling PageClient.createWidgets(). |
| Methods inherited from class at.spardat.xma.page.Page |
changed, commit, describe, display, equalsCS, externalize, getId, getNumWModels, getTypeId, getWModel, getWModels, internalize, isAtServer, isStateless, randomlyChange, rollback, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface at.spardat.xma.boot.component.IXMAControl |
createComposite |
| Constructor Detail |
public AssistentPage(Assistent parent,
boolean stateless)
parent - the Assistent containing this AssistentPage.| Method Detail |
public void initGUI()
PageClient.createWidgets().
initGUI in interface at.spardat.xma.boot.component.IXMAControlinitGUI in class PageClientpublic Assistent getAssistent()
protected AssistentPage getNextPage()
protected AssistentPage getPrevPage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||