SPT Core API

com.sptci.echo2.annotation
Annotation Type Column


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

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

Required Element Summary
 int columnIndex
          The column index at which the Field is to be displayed in the Table.
 

Element Detail

columnIndex

public abstract int columnIndex
The column index at which the Field is to be displayed in the Table.

Returns:
The index at which the column is to be displayed in the table.

SPT Core API