|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface to be implemented by any panel that actually edits a construct. Examples are ActionFormEditor and GExpansionEditor.
Method Summary | |
IXObject |
getConstruct()
Gets the current construct. |
ix.iview.domain.UIObject |
getUIConstruct()
Gets the current UI construct. |
ix.iview.domain.UIDomain |
getUIDomain()
Gets the current UIDomain. |
void |
loadFromObject()
Saves the data from the panel into the current object. |
void |
saveToObject(java.lang.Object object)
Saves the data from the panel into the given object. |
void |
setConstruct(IXObject construct)
Sets the current construct. |
void |
setUIConstruct(ix.iview.domain.UIObject construct)
Sets the current UI construct. |
void |
setUIConstructOnly(ix.iview.domain.UIObject construct)
Sets the current UI construct without noting changes. |
Method Detail |
public ix.iview.domain.UIDomain getUIDomain()
public IXObject getConstruct()
public void setConstruct(IXObject construct)
public ix.iview.domain.UIObject getUIConstruct()
public void setUIConstruct(ix.iview.domain.UIObject construct)
public void setUIConstructOnly(ix.iview.domain.UIObject construct)
public void saveToObject(java.lang.Object object)
public void loadFromObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |