|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UINodeList in org.apache.myfaces.trinidadinternal.ui |
---|
Methods in org.apache.myfaces.trinidadinternal.ui that return UINodeList | |
---|---|
protected UINodeList |
BaseMutableUINode.createIndexedNodeList()
Creates the UINodeList that will be used for indexed children of this node. |
UINodeList |
BaseMutableUINode.getIndexedNodeList()
Returns the UINodeList used to retrieve indexed children from the node. |
protected UINodeList |
BaseMutableUINode.getIndexedNodeList(boolean createIfNull)
Returns the UINodeList used to retrieve indexed children from the node. |
protected UINodeList |
BaseUINode.getIndexedNodeList(boolean createIfNull)
Returns the UINodeList used to retrieve indexed children from the node. |
Methods in org.apache.myfaces.trinidadinternal.ui with parameters of type UINodeList | |
---|---|
void |
BaseMutableUINode.setIndexedNodeList(UINodeList nodeList)
Replaces the UINodeList used to store the list of indexed children for this UINode. |
Uses of UINodeList in org.apache.myfaces.trinidadinternal.ui.collection |
---|
Classes in org.apache.myfaces.trinidadinternal.ui.collection that implement UINodeList | |
---|---|
class |
ArrayUINodeList
|
class |
DataObjectListNodeList
DataObjectListNodeList is one way for developers to databind the number of children of a bean, and the contents of each child. |
class |
UINodeListProxy
|
class |
UINodeUINodeList
UINodeList that retrieves its list of children from a UINode. |
class |
UnmodifiableCompoundNodeList
Unmodifiable UINodeList that merges the results of two other node lists. |
Methods in org.apache.myfaces.trinidadinternal.ui.collection that return UINodeList | |
---|---|
protected abstract UINodeList |
UINodeListProxy.getUINodeList(UIXRenderingContext context)
|
protected UINodeList |
DataObjectListNodeList.getUINodeList(UIXRenderingContext context)
|
Constructors in org.apache.myfaces.trinidadinternal.ui.collection with parameters of type UINodeList | |
---|---|
DataObjectListNodeList(UINodeList baseNodes,
BoundValue boundData)
Creates a DataObjectListNodeList wrapping an entire UINodeList. |
|
DataObjectListNodeList(UINodeList baseNodes,
DataObjectList childData)
Creates a DataObjectListNodeList wrapping an entire UINodeList and pulling its data from an explicitly set DataObjectList. |
|
UnmodifiableCompoundNodeList(UINodeList first,
UINodeList second)
|
Uses of UINodeList in org.apache.myfaces.trinidadinternal.ui.composite |
---|
Classes in org.apache.myfaces.trinidadinternal.ui.composite that implement UINodeList | |
---|---|
class |
RootUINodeList
UINodeList that retrieves the list of indexed children from the root UINode |
Uses of UINodeList in org.apache.myfaces.trinidadinternal.uinode |
---|
Classes in org.apache.myfaces.trinidadinternal.uinode that implement UINodeList | |
---|---|
class |
UIComponentUINodeList
Use a UIComponent as a uinodeList to deliver the component's children as UIComponentUINode's |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |