public interface FormField
Form
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the canonical name of this field.
|
java.lang.String |
getUIName()
Returns a user-friendly name for this field, typically used to identify
the field to users or in extracts of form data.
|
java.lang.Object |
getValue()
Returns the current value of the field.
|
java.lang.String getName()
FormField
instance with a particular name should be available from a Form
instance.java.lang.String getUIName()
FormField.getName()
.java.lang.Object getValue()