|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Inherited @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public static @interface Columns.Field
Annotation to denote the name of a Field
that is to be displayed in the Table, and
the order in which the fields are to be displayed in the table.
| Required Element Summary | |
|---|---|
int |
columnIndex
The column index for the Field. |
String |
name
The name of the Field that is to be
displayed in the table. |
| Optional Element Summary | |
|---|---|
boolean |
csv
Flag to indicate that the entries in a collection are to be displayed as a line of comma separated values. |
String |
field
The name of the field that is to be displayed in the table. |
| Element Detail |
|---|
public abstract String name
Field that is to be
displayed in the table.
public abstract int columnIndex
Field. Following
normal column indexing rules, indexing starts from 0.
public abstract String field
public abstract boolean csv
comma separated values.
The default processing logic is to show only the first item in
the collection.
Note: If this flag is set, then field() must be
initialised.
|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||