Class Summary |
BaseMenuModel |
A base class which takes a TreeModel. |
BoundedRangeModel |
Model that represents a bounded range, 0 <- value <- maximum if value > -1 and
maximum > -1. |
ChartModel |
The data model used by chart components. |
ChildPropertyMenuModel |
Creates a MenuModel from a List of beans. |
ChildPropertyTreeModel |
Creates a TreeModel from a List of beans. |
CollectionModel |
The data model that is used by the Trinidad Table and Iterator components. |
CollectionModelDecorator |
Used by anybody who wants to wrap the CollectionModel class. |
DefaultBoundedRangeModel |
Default BoundedRangeModel implementation. |
MenuModel |
A MenuModel objects represents the menu structure of a page or application. |
ModelUtils |
Provides convenience methods for converting objects into models, and
working with models. |
ProcessMenuModel |
There are two common scenarios for processes,
"Plus One" and "Max Visited" which are explained below. |
ProcessUtils |
There are two common scenarios for processes,
"Plus One" and "Max Visited" which are explained below. |
RowKeyChangeEvent |
Event that is generated when RowKey changes. |
RowKeySet |
This Set is a mutable collection
of rowKeys. |
RowKeySetImpl |
Implements a set of rowKeys. |
RowKeySetTreeImpl |
Implements a collection of rowKeys from a TreeModel. |
SortableModel |
Creates a CollectionModel that is sortable. |
SortCriterion |
This class pairs together a property and a direction by which a
CollectionModel can be sorted. |
TreeModel |
The data model used by Trinidad Tree components. |
ViewIdPropertyMenuModel |
Creates a MenuModel from a TreeModel where nodes in the treeModel contain
viewId information. |
XMLMenuModel |
Creates a Menu Model from a TreeModel where nodes in the treeModel
contain viewId information. |