Fujitsu field types
The Fujitsu component supports eight field types.
Field Type | Description |
---|---|
Text | A Text field allows a user to enter unformatted text. |
Numeric | A Numeric field allows a user to enter numbers (with or without decimal point). |
Checkbox | A Checkbox field allows a user to set yes/no or true/false values by pressing a button. |
DateTime | A DateTime field allows a user to enter date and time information in different formats. |
List | A List field allows to present users with a list of choices from which users select the desired item. Use this field type if you want a text field with auto complete capabilities. If a list of choices is too long, the list can be made searchable. |
AddressBook | An AddressBook field allows a user to perform a search in LDAP directory. |
Button | A Button field allows a user to raise an event on server side. |
Tree | A Tree allows to present users with a list of choices in a tree from which users select the desired item. |