-
Notifications
You must be signed in to change notification settings - Fork 79
Property types support
PhantomYdn edited this page Oct 25, 2014
·
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 | Issue #40 |
STRING | default | text | text field | |
BINARY | default | NOT SUPPORTED | NOT SUPPORTED | Should be improoved |
EMBEDDED | default | NOT SUPPORTED | NOT SUPPORTED | Should be improoved |
EMBEDDEDLIST | default | NOT SUPPORTED | NOT SUPPORTED | Should be improoved |
EMBEDDEDSET | default | NOT SUPPORTED | NOT SUPPORTED | Should be improoved |
EMBEDDEDMAP | default | NOT SUPPORTED | NOT SUPPORTED | Should be improoved |
LINK | default | A href to the entity | text field to enter value in format M:N | Should be improoved by link selector |
LINK | embedded | Embedded panel with the object | Selector | TBD Issue #21 |
LINKLIST | default | List of links | NOT SUPPORTED | TBD |
LINKLIST | table | Table with references documents | Buttons to add, remove, select, release | |
LINKSET | default | List of links | NOT SUPPORTED | TBD |
LINKSET | table | Table with references documents | Buttons to add, remove, select, release | |
LINKMAP | default | NOT SUPPORTED | NOT SUPPORTED | TBD |
BYTE | default | text | text field | |
TRANSIENT | default | NOT SUPPORTED | NOT SUPPORTED | |
DATE | default | text | text field | Issue #40 |
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)