|
||||||||||
| 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.EmbeddedPage
This class is the base class of all pages which are shown as part of another page.
The main page of each EmbeddableComponent will be an EmbeddedPage.
| Field Summary |
| Fields inherited from class at.spardat.xma.page.PageClient |
composite |
| Constructor Summary | |
EmbeddedPage(ComponentClient component,
boolean stateless)
Constructor of the EmbeddedPage. |
|
EmbeddedPage(PageClient parent,
boolean stateless)
Constructor of the EmbeddedPage. |
|
| Method Summary | |
org.eclipse.swt.widgets.Composite |
createComposite(org.eclipse.swt.widgets.Composite parentComp)
Creates the SWT-Composite of the EmbeddedPage. |
void |
initGUI()
Creates the Widgets of the PageClient and all Subpages by calling PageClient.createWidgets() on the PageClient and all Subpages. |
| 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 |
| Constructor Detail |
public EmbeddedPage(ComponentClient component,
boolean stateless)
component - the component containing this page.stateless - indicating if this page is stateless on the server.
public EmbeddedPage(PageClient parent,
boolean stateless)
parent - the parentpage of this page. parent must not be null.stateless - indicating if this page is stateless on the server.| Method Detail |
public org.eclipse.swt.widgets.Composite createComposite(org.eclipse.swt.widgets.Composite parentComp)
parentComp - the SWT-Composite to use as parent of the created SWT-Composite.
public void initGUI()
PageClient.createWidgets() on the PageClient and all Subpages.
initGUI in interface at.spardat.xma.boot.component.IXMAControlinitGUI in class PageClient
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||