|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValueElement
Interface for all form elements that handle editable values.
| Method Summary | |
|---|---|
java.lang.String |
getCurrentString()
Returns the string representation of the current object. |
java.lang.Object |
getInitialObject()
Returns the initial object. |
java.lang.String |
getInitialString()
Returns the string representation of the initial object. |
java.lang.Object |
getObject()
Returns the current object. |
void |
setCurrentAsInitialState()
Copies the current state to the initial state. |
void |
setObject(java.lang.Object obj)
Sets the current object to the new value. |
| Methods inherited from interface de.mguennewig.pobjform.FormElement |
|---|
appendToList, getContainer, getEntry, getForm, getLabel, getProperty, getPullInPrefix, hasChanged, isMandatory, isPulledIn, isVisible, omitRowHeader, setLabel, setProperty, setPullInPrefix, setVisible, startsNewCell, validate |
| Method Detail |
|---|
java.lang.Object getObject()
void setObject(java.lang.Object obj)
java.lang.Object getInitialObject()
void setCurrentAsInitialState()
java.lang.String getInitialString()
java.lang.String getCurrentString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||