info.informatica.ui
Interface DataValue

All Known Subinterfaces:
DataControl
All Known Implementing Classes:
FormCheckboxField, FormData, FormDateField, FormField, FormHiddenField, FormKeygenField, FormPasswordField, FormRadioField, FormSelectField, FormSelectMultiField, FormSubmit, FormTextAreaField, FormTextAreaInputField, FormTextField, MetaField, TextControl, TimeMark

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.

Author:
amengual at informatica dot info

Method Summary
 Object getValue()
          Gets the Object value of the field.
 void setValue(Object val)
          Sets the value of the field.
 

Method Detail

getValue

Object getValue()
Gets the Object value of the field.

Returns:
the Object value of the field.

setValue

void setValue(Object val)
              throws DataFieldException
Sets the value of the field.

Must NOT perform any data validation (only UI-level validation).

Parameters:
val - the value to be given to field.
Throws:
DataFieldException