|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IControl
The IControl
inform about changes in the
IDataRow/IDataBook
and GUI controls need to repaint the data part.
It also inform the GUI controls, that the editing mode in the control should be
save or cancel the last change.
IDataRow
,
IDataBook
Method Summary | |
---|---|
void |
cancelEditing()
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook . |
void |
notifyRepaint()
The control need to check if the part is visible and then repaint the part. |
void |
saveEditing()
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow . |
Methods inherited from interface javax.rad.model.ui.ITranslatable |
---|
getTranslation, setTranslation |
Method Detail |
---|
void notifyRepaint()
void saveEditing() throws ModelException
IDataBook
or IDataRow
.
ModelException
- if the value can not be stored.void cancelEditing()
DataBook
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |