The human name of this field
The human name of this field
Default read-only rendering of field
Default read-only rendering of field
Perform an atomic update of this Settable.
Perform an atomic update of this Settable. The current value is passed to the function and the ValueHolder is set to the result of the function. This is enclosed in the performAtomicOperation method which will, by default, synchronize this instance
The display name of this field (e.
The display name of this field (e.g., "First Name")
Is the field editable
Is the field editable
A unique 'id' for the field for form generation
A unique 'id' for the field for form generation
What form elements are we going to add to this field?
What form elements are we going to add to this field?
get the value
get the value
Is this field on the confirm screen
Is this field on the confirm screen
A field my have an "otherValue" which can be used to store a list of options or other information that the fields needs on a Screen/Wizard by Screen/Wizard basis
A field my have an "otherValue" which can be used to store a list of options or other information that the fields needs on a Screen/Wizard by Screen/Wizard basis
Perform an atomic operation on the Settable.
Perform an atomic operation on the Settable. By default synchronizes the instance, but it could use other mechanisms
Is the Field required (and will have a style designating it as such)
Is the Field required (and will have a style designating it as such)
A list of functions that transform the value before it is set.
A list of functions that transform the value before it is set. The transformations are also applied before the value is used in a query. Typical applications of this are trimming and/or toLowerCase-ing strings
Given the current context, should this field be displayed
Given the current context, should this field be displayed
Given the current state of things, should this field be shown
Given the current state of things, should this field be shown
Create an input field for the item
Create an input field for the item
Set to true if this field is part of a multi-part mime upload
Set to true if this field is part of a multi-part mime upload
Validate this field and return a list of Validation Issues
Validate this field and return a list of Validation Issues
Get the value.
Get the value. Use get.
Define a field within the screen