|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface Columns
Annotation type used to indicate the fields in the object that are to
be displayed in a Table and the order in
which they are to be displayed. This differs from Column in
that this may be used to annotate a table field in a view component
in addition to a model object.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Required Element Summary | |
|---|---|
Columns.Field[] |
fields
The array of Columns that are to be displayed in the Table. |
| Element Detail |
|---|
public abstract Columns.Field[] fields
Columns that are to be displayed in the Table.
|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||