@Retention(value=RUNTIME) public @interface Column
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
header
The message key for the column header (if no given message is found, will be used as a literal header).
|
| Modifier and Type | Optional Element and Description |
|---|---|
float |
expandRatio
Expand ratio for the column (use negative values for no expand ratio).
|
boolean |
filterable
Flag indicating whether column should be filterable by default.
|
int |
order
The order key.
|
java.lang.String |
styleName
The style which should be used for a cell in this column.
|
java.lang.String |
view
The view in which the column should be displayed.
|
int |
width
The width (use -1 to not set the width).
|
public abstract java.lang.String header
public abstract float expandRatio
public abstract boolean filterable
public abstract int order
The ordering of columns is determined by the relative sizes of their order keys.
public abstract java.lang.String styleName
public abstract java.lang.String view
public abstract int width