Package eu.miltema.uiannot.component
Annotation Type Table
-
@Retention(RUNTIME) @Target(FIELD) public @interface TableThis field is displayed as a table. The field must have collection type. Each element in that collection is displayed as a row in the table.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Table.Stylevalue
-
-
-
Element Detail
-
value
Table.Style value
- Returns:
- table style. Header labels are composed from collection item field names
- Default:
- eu.miltema.uiannot.component.Table.Style.DEFAULT
-
-