SPT Core API

Package com.sptci.echo.annotation

Package of annotations for automatic view/model initialisation and binding.

See:
          Description

Enum Summary
Constraints.Value  
 

Annotation Types Summary
ActionListener Annotation type used to indicate the class of the ActionListener that is added to a component.
Column Annotation type used to indicate the order in which a Field in a class is to be displayed in a Table.
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.
Columns.Field Annotation to denote the name of a Field that is to be displayed in the Table, and the order in which the fields are to be displayed in the table.
Constraints Annotation type used to list the constraints on view components.
List Annotation type used to indicate the type of ListModel to use with the list component.
Model Annotation type used to indicate the class of the model object that is used to back a view object.
Style Annotation type used to indicate the style name or class to apply to a component.
Table Annotation type used to indicate the type of table component to instantiate.
 

Package com.sptci.echo.annotation Description

Package of annotations for automatic view/model initialisation and binding.


SPT Core API