|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DataObjectList in org.apache.myfaces.trinidadinternal.ui.collection |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.collection that return DataObjectList | |
---|---|
protected DataObjectList |
DataObjectListNodeList.getDataObjectList(UIXRenderingContext context)
Returns the DataObjectList to be used. |
Constructors in org.apache.myfaces.trinidadinternal.ui.collection with parameters of type DataObjectList | |
---|---|
DataObjectListNodeList(DataObjectList childData)
Creates an empty DataObjectListNodeList bound to a DataObjectList. |
|
DataObjectListNodeList(UINode baseNode,
DataObjectList childData)
Creates a DataObjectListNodeList wrapping a single node and pulling its data from an explicitly set DataObjectList. |
|
DataObjectListNodeList(UINodeList baseNodes,
DataObjectList childData)
Creates a DataObjectListNodeList wrapping an entire UINodeList and pulling its data from an explicitly set DataObjectList. |
Uses of DataObjectList in org.apache.myfaces.trinidadinternal.ui.data |
---|
Subinterfaces of DataObjectList in org.apache.myfaces.trinidadinternal.ui.data | |
---|---|
interface |
DataSet
DataSet is an extension of DataObject that also implements the DataObjectList interface. |
Classes in org.apache.myfaces.trinidadinternal.ui.data that implement DataObjectList | |
---|---|
class |
ListDataObjectList
This class creates a UIX Components DataObjectList to which DataObjects can be added and removed. |
Uses of DataObjectList in org.apache.myfaces.trinidadinternal.ui.data.bean |
---|
Classes in org.apache.myfaces.trinidadinternal.ui.data.bean that implement DataObjectList | |
---|---|
class |
BeanArrayDataObjectList
DataObjectList class that will automatically turn each bean into a DataObject. |
Methods in org.apache.myfaces.trinidadinternal.ui.data.bean that return DataObjectList | |
---|---|
static DataObjectList |
BeanAdapterUtils.getAdapterList(UIXRenderingContext context,
java.lang.Object listInstance)
Creates a DataObjectList adapter class around an object. |
Uses of DataObjectList in org.apache.myfaces.trinidadinternal.ui.laf.base |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.laf.base that return DataObjectList | |
---|---|
protected static DataObjectList |
BaseLafRenderer.getDataObjectListAttributeValue(UIXRenderingContext context,
UINode node,
AttributeKey attributeKey)
|
Uses of DataObjectList in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml that return DataObjectList | |
---|---|
static DataObjectList |
LinkDataObject.getLinkDataList(UIXRenderingContext context,
UINode parent)
|
static DataObjectList |
LinkDataObject.getLinkDataList(UIXRenderingContext context,
UINode parent,
org.apache.myfaces.trinidad.component.UIXHierarchy component,
UINode stamp,
boolean checkStampType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |