|
||||||||||
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 |
---|
Methods in org.apache.myfaces.trinidad.component that return CollectionModel | |
---|---|
CollectionModel |
UIXNavigationTree.createCollectionModel(CollectionModel current,
java.lang.Object value)
|
protected CollectionModel |
UIXTable.createCollectionModel(CollectionModel current,
java.lang.Object value)
|
protected CollectionModel |
UIXIterator.createCollectionModel(CollectionModel current,
java.lang.Object value)
|
CollectionModel |
UIXPage.createCollectionModel(CollectionModel current,
java.lang.Object value)
|
CollectionModel |
UIXNavigationHierarchy.createCollectionModel(CollectionModel current,
java.lang.Object value)
|
protected abstract CollectionModel |
UIXCollection.createCollectionModel(CollectionModel current,
java.lang.Object value)
Creates the CollectionModel to use with this component. |
CollectionModel |
UIXHierarchy.createCollectionModel(CollectionModel current,
java.lang.Object value)
|
CollectionModel |
UIXTree.createCollectionModel(CollectionModel current,
java.lang.Object value)
|
protected CollectionModel |
UIXCollection.getCollectionModel()
Gets the CollectionModel to use with this component. |
protected CollectionModel |
UIXCollection.getCollectionModel(boolean createIfNull)
Gets the CollectionModel to use with this component. |
Methods in org.apache.myfaces.trinidad.component with parameters of type CollectionModel | |
---|---|
CollectionModel |
UIXNavigationTree.createCollectionModel(CollectionModel current,
java.lang.Object value)
|
protected CollectionModel |
UIXTable.createCollectionModel(CollectionModel current,
java.lang.Object value)
|
protected CollectionModel |
UIXIterator.createCollectionModel(CollectionModel current,
java.lang.Object value)
|
CollectionModel |
UIXPage.createCollectionModel(CollectionModel current,
java.lang.Object value)
|
CollectionModel |
UIXNavigationHierarchy.createCollectionModel(CollectionModel current,
java.lang.Object value)
|
protected abstract CollectionModel |
UIXCollection.createCollectionModel(CollectionModel current,
java.lang.Object value)
Creates the CollectionModel to use with this component. |
CollectionModel |
UIXHierarchy.createCollectionModel(CollectionModel current,
java.lang.Object value)
|
CollectionModel |
UIXTree.createCollectionModel(CollectionModel current,
java.lang.Object value)
|
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 |
ChildPropertyTreeModel
Creates a TreeModel from a List of beans. |
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 |
SortableModel
Creates a CollectionModel that is sortable. |
class |
TreeModel
The data model used by Trinidad Tree components. |
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(java.lang.Object childData)
Converts childData into a CollectionModel. |
protected CollectionModel |
RowKeySetImpl.getCollectionModel()
Gets the CollectionModel associated with this set. |
protected abstract CollectionModel |
RowKeySet.getCollectionModel()
Gets the underlying model used by this set. |
static CollectionModel |
ModelUtils.toCollectionModel(java.lang.Object value)
Converts an instance into a CollectionModel. |
Methods in org.apache.myfaces.trinidad.model with parameters of type CollectionModel | |
---|---|
static java.util.Iterator<java.lang.Object> |
ModelUtils.getRowKeyIterator(CollectionModel model)
Gets an iteration of all the rowKeys in a collection. |
void |
RowKeySetImpl.setCollectionModel(CollectionModel model)
Changes the underlying CollectionModel being used by this set. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |