|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface TableColumn
Use this annotation to assign preferred table column values to a field. The information may be used by UI elements to configure a table column when the field is displayed as a table column.
| Required Element Summary | |
|---|---|
int |
pos
Preferred column in a table (0..n). |
float |
width
Preferred column width in a table. |
| Optional Element Summary | |
|---|---|
String |
getter
Defines a getter other than "getFieldName". |
FontSizeUnit |
unit
Unit of the preferred column width. |
| Element Detail |
|---|
public abstract float width
public abstract int pos
public abstract FontSizeUnit unit
public abstract String getter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||