Field
Field is one these types:
FieldTableColumn
Field Functions
setDisplayValue | Field.setDisplayValue( value ) | Sets a value for the form field using the appropriate display format for the field type and the language currently in use. |
getDisplayValue | Field.getDisplayValue( [formatted ] ) | Returns a String representing the displayable value of the form field,
optionally formatted for the user's locale. |
getStringValue | Field.getStringValue( ) | Returns a String value for the field that can be used to pass the value when calling another form, an Integration Service or opening a workflow job (see examples below). |
getType | Field.getType( ) | Returns the form field type. |
setValue | Field.setValue( value ) | Sets a value for the form field. |
getValue | Field.getValue( ) | Returns an Object representing the value of the form field. |
Element Functions
getElementName | Field.getElementName( ) | Returns the element name |
getElementType | Field.getElementType( ) | Returns the element type |
Field
interface is the base interface for a form field or workflow process attribute.Individual fields can be accessed via the Fields interface.