SPT Core API

Package com.sptci.echo.list

Package for models and other utilities related to AbstractListComponent objects.

See:
          Description

Class Summary
BooleanSelectField © Copyright 2009 Sans Pareil Technologies, Inc.
EnumListModel<E extends Enum> A list model based on an enum.
FilteredEnumListModel<E extends Enum> A list model that allows filtering out specified entries from the backing enum.
JDOListModel<D extends JDOObject> A list model for holding model objects are are persisted using JDO.
ListBox<M extends ListModel> A genericised list box that returns the properly type-cast model.
ListComparator A comparator to use for comparing the list based columns stored in tables.
ListModel<D extends Serializable> A ListModel used to display a collection of model objects in list components.
SelectField<M extends ListModel> A select field component that returns the proper list model.
 

Enum Summary
BooleanSelectField.BooleanValues Enumeration of boolean values for display.
 

Package com.sptci.echo.list Description

Package for models and other utilities related to AbstractListComponent objects.


SPT Core API