-
Notifications
You must be signed in to change notification settings - Fork 83
Property types support
Ilia Naryzhny edited this page Nov 25, 2018
·
9 revisions
| OType | Vis. | View | Edit | Comment |
|---|---|---|---|---|
| BOOLEAN | default | true or false text | Checkbox | |
| INTEGER | default | text | text field | |
| SHORT | default | text | text field | |
| LONG | default | text | text field | |
| FLOAT | default | text | text field | |
| DOUBLE | default | text | text field | |
| DATETIME | default | text | text field with date-time picker | |
| STRING | default | text | text field | |
| BINARY | default | Link for file download | File upload | |
| BINARY | image | Image preview | Image upload | |
| BINARY | hex | HEX view | Edit of binary in a HEX representation | |
| EMBEDDED | default | NOT SUPPORTED | NOT SUPPORTED | Should be improved |
| EMBEDDEDLIST | default | table with a list | table with a list and modify controls | Linked Class is not supported |
| EMBEDDEDSET | default | table with a set | table with a list and modify controls | Linked Class is not supported |
| EMBEDDEDMAP | default | table with a map | table with a map | Linked Class is not supported |
| LINK | default | A href to the entity | Document selector | |
| LINK | embedded | Embedded panel with the object | Selector | TBD Issue #21 |
| LINKLIST | default | List of links | List of links with controls | |
| LINKLIST | table | Table with references documents | Buttons to add, remove, select, release | |
| LINKLIST | suggest | List of links | List box with suggestions | |
| LINKSET | default | List of links | List of linkgs with controls | |
| LINKSET | table | Table with references documents | Buttons to add, remove, select, release | |
| LINKSET | suggest | List of links | List box with suggestions | |
| LINKMAP | default | NOT SUPPORTED | NOT SUPPORTED | TBD |
| BYTE | default | text | text field | |
| TRANSIENT | default | NOT SUPPORTED | NOT SUPPORTED | |
| DATE | default | text | text field with date picker | |
| CUSTOM | default | NOT SUPPORTED | NOT SUPPORTED | |
| DECIMAL | default | text | text field | |
| LINKBAG | default | List of links | NOT SUPPORTED | TBD |
| ANY | default | NOT SUPPORTED | NOT SUPPORTED |
Wanna check it out? Use demo server! (Usernames/passwords: admin/admin, writer/writer, reader/reader)