SPT Core API

com.sptci.echo2.annotation
Annotation Type Columns


@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.

Version:
$Id: Columns.java 4120 2008-05-25 20:49:48Z rakesh $
Author:
Rakesh Vidyadharan 2007-09-20

Required Element Summary
 Columns.Field[] fields
          The array of Columns that are to be displayed in the Table.
 

Element Detail

fields

public abstract Columns.Field[] fields
The array of Columns that are to be displayed in the Table.

Returns:
The array of field annotation instances.

SPT Core API