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