|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Inherited @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Column
Annotation type used to indicate the order in which a Field in a class is to be displayed in a
Table.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Required Element Summary | |
|---|---|
int |
columnIndex
The column index at which the Field is to be
displayed in the Table. |
| Element Detail |
|---|
public abstract int columnIndex
Field is to be
displayed in the Table.
|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||