...
Variables | Type | Description | |||||
---|---|---|---|---|---|---|---|
field.name | java.lang.String | Returns the current field name. | |||||
field.datatype | java.lang.String | Returns the current field data type. | |||||
field.value | depends on field data type String, Long, Double, Boolean, Date, Timestamp | Update the current field value by assigning new value as necessary. Obviously field.value represent current value of the field as well.
| |||||
field.state.required | java.lang.Boolean | Overrides the current field required property. True or False.
| |||||
field.state.disabled | java.lang.Boolean | Overrides the current field disabled property. True or False.
| |||||
field.state.hidden | java.lang.Boolean | Overrides the current field hidden property. True or False.
| |||||
field.state.maxValue | java.lang.Long | Overrides the current field maxValue property.
| |||||
field.state.minValue | java.lang.Long | Overrides the current field minValue property.
| |||||
field.state.maxLength | java.lang.Long | Overrides the current field maxLength property.
|