|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataValue
Allows to retrieve data values.
Together with a DataField, it conceptually forms a Field,
though there is no "Field" class or interface.
| Method Summary | |
|---|---|
Object |
getValue()
Gets the Object value of the field. |
void |
setValue(Object val)
Sets the value of the field. |
| Method Detail |
|---|
Object getValue()
void setValue(Object val)
throws DataFieldException
Must NOT perform any data validation (only UI-level validation).
val - the value to be given to field.
DataFieldException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||