@Documented @Inherited @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public static @interface Columns.Field
| Modifier and Type | Fields and Description |
|---|---|
static String |
NULL
A constant to represent
null value as default. |
| Modifier and Type | Required Element and Description |
|---|---|
int |
columnIndex
The column index for the
Field. |
String |
name
The name of the
Field that is to be
displayed in the table. |
public static final String NULL
null value as default.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.