|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionModel | |
---|---|
org.apache.myfaces.trinidad.component | |
org.apache.myfaces.trinidad.model |
Uses of CollectionModel in org.apache.myfaces.trinidad.component |
---|
Uses of CollectionModel in org.apache.myfaces.trinidad.model |
---|
Subclasses of CollectionModel in org.apache.myfaces.trinidad.model | |
---|---|
class |
BaseMenuModel
A base class which takes a TreeModel. |
class |
ChildPropertyMenuModel
Creates a MenuModel from a List of beans. |
class |
ChildPropertyTreeModel
Creates a TreeModel from a List of beans. |
class |
CollectionModelDecorator
Used by anybody who wants to wrap the CollectionModel class. |
class |
MenuModel
A MenuModel objects represents the menu structure of a page or application. |
class |
ProcessMenuModel
There are two common scenarios for processes, "Plus One" and "Max Visited" which are explained below. |
class |
RowKeyPropertyModel
Creates a CollectionModel whose row keys are defined by a unique data property in the model. |
class |
RowKeyPropertyTreeModel
A subclass of ChildPropertyTreeModel that supports row keys by creating
RowKeyPropertyModel (s) for its child models. |
class |
SortableModel
Creates a CollectionModel that is sortable. |
class |
TreeModel
The data model used by Trinidad Tree components. |
class |
TreeModelDecorator
|
class |
ViewIdPropertyMenuModel
Creates a MenuModel from a TreeModel where nodes in the treeModel contain viewId information. |
class |
XMLMenuModel
Creates a Menu Model from a TreeModel where nodes in the treeModel contain viewId information. |
Methods in org.apache.myfaces.trinidad.model that return CollectionModel | |
---|---|
protected CollectionModel |
ChildPropertyTreeModel.createChildModel(Object childData)
Converts childData into a CollectionModel. |
protected CollectionModel |
ChildPropertyMenuModel.createChildModel(Object childData)
Converts childData into a CollectionModel. |
protected CollectionModel |
RowKeyPropertyTreeModel.createChildModel(Object childData)
Overrides ChildPropertyTreeModel.createChildModel(). |
protected abstract CollectionModel |
CollectionModelDecorator.getCollectionModel()
This method returns the wrapped CollectionModel . |
protected abstract CollectionModel |
RowKeySet.getCollectionModel()
Gets the underlying model used by this set. |
protected CollectionModel |
RowKeySetImpl.getCollectionModel()
Gets the CollectionModel associated with this set. |
static CollectionModel |
ModelUtils.toCollectionModel(Object value)
Converts an instance into a CollectionModel. |
Methods in org.apache.myfaces.trinidad.model with parameters of type CollectionModel | |
---|---|
static Iterator<Object> |
ModelUtils.getRowKeyIterator(CollectionModel model)
Gets an iteration of all the rowKeys in a collection. |
void |
RowKeySetTreeImpl.setCollectionModel(CollectionModel model)
Sets the TreeModel associated with this Set. |
abstract void |
RowKeySet.setCollectionModel(CollectionModel model)
Changes the underlying CollectionModel being used by this set. |
void |
RowKeySetImpl.setCollectionModel(CollectionModel model)
Changes the underlying CollectionModel being used by this set. |
Constructors in org.apache.myfaces.trinidad.model with parameters of type CollectionModel | |
---|---|
RowKeyChangeEvent(CollectionModel source,
Object oldRowKey,
Object newRowKey,
RowKeyChangeEvent.Cause cause)
Creates a new RowKeyChangeEvent |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |