|
||||||||||
| 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.PageServer
The server side representation of a page (model)
| Constructor Summary | |
PageServer(ComponentServer c,
boolean isStateless)
Constructor |
|
| Method Summary | |
void |
cleanUpAfterServerEvent()
A server event has been sucessfully executed. |
void |
clear()
Clears all widget model. |
int |
estimateMemory()
Estimates the number of bytes this object consumes in memory. |
ComponentServer |
getComponent()
Returns the component this page is part of. |
PageServer |
getParent()
Returns the parent page or null, if this page has no parent |
void |
removeChild(PageServer child)
Removes the given subpage. |
void |
setChild(PageServer child)
Sets the given subpage. |
void |
setParentId(short s)
Sets the id of the parent page. |
| 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, setId, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PageServer(ComponentServer c,
boolean isStateless)
isStateless - property whether this is a server-stateless component| Method Detail |
public void clear()
public ComponentServer getComponent()
public PageServer getParent()
public int estimateMemory()
public void cleanUpAfterServerEvent()
public void setParentId(short s)
This method must not be called from outside the XMA framework.
public void setChild(PageServer child)
child - the subpage to set.
java.lang.IllegalArgumentException - if no corresponding member exists
for the type of the subpagepublic void removeChild(PageServer child)
child - the subpage to set.
java.lang.IllegalArgumentException - if no corresponding member exists
for the type of the subpage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||