|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DataObject in org.apache.myfaces.trinidadinternal.ui |
|---|
| Methods in org.apache.myfaces.trinidadinternal.ui that return DataObject | |
|---|---|
DataObject |
UIXRenderingContext.getCurrentDataObject()
Deprecated. Returns a DataObject for the current node (such as a row of a table). |
DataObject |
LogicalNodeRenderingContext.getCurrentDataObject()
Deprecated. Returns a DataObject for the current node (such as a row of a table). |
DataObject |
UIXRenderingContext.getDataObject(java.lang.String namespaceURI,
java.lang.String name)
Deprecated. Returns the DataObject for the given namespace and name pair. |
DataObject |
RootRenderingContext.getDataObject(java.lang.String namespaceURI,
java.lang.String name)
Deprecated. Returns the DataObject for the given namespace and name pair. |
DataObject |
LogicalNodeRenderingContext.getDataObject(java.lang.String namespaceURI,
java.lang.String name)
Deprecated. Returns the DataObject for the given namespace and name pair. |
DataObject |
UIXRenderingContext.getDataObject(UIXRenderingContext outerContext,
java.lang.String namespaceURI,
java.lang.String name)
Deprecated. Internal version of getDataObject(). |
DataObject |
RootRenderingContext.getDataObject(UIXRenderingContext context,
java.lang.String namespaceURI,
java.lang.String name)
Deprecated. Returns the DataObject for the given namespace and name pair. |
DataObject |
LogicalNodeRenderingContext.getDataObject(UIXRenderingContext context,
java.lang.String namespaceURI,
java.lang.String name)
Deprecated. Internal version of getDataObject(). |
DataObject |
UIXRenderingContext.setCurrentDataObject(DataObject newDataObject)
Deprecated. Sets the new currentDataObject, returning the current currentDataObject. |
DataObject |
LogicalNodeRenderingContext.setCurrentDataObject(DataObject newDataObject)
Deprecated. |
| Methods in org.apache.myfaces.trinidadinternal.ui with parameters of type DataObject | |
|---|---|
DataObject |
UIXRenderingContext.setCurrentDataObject(DataObject newDataObject)
Deprecated. Sets the new currentDataObject, returning the current currentDataObject. |
DataObject |
LogicalNodeRenderingContext.setCurrentDataObject(DataObject newDataObject)
Deprecated. |
void |
RootRenderingContext.setDataObject(java.lang.String namespaceURI,
java.lang.String name,
DataObject dataObject)
Deprecated. Stores a data object on the context. |
| Method parameters in org.apache.myfaces.trinidadinternal.ui with type arguments of type DataObject | |
|---|---|
void |
RootRenderingContext.setDataObjectMap(java.lang.String namespaceURI,
java.util.Map<java.lang.String,DataObject> dataObjectDict)
Deprecated. Registers a dictionary for use in retrieving and storing data objects for a single namespace. |
| Uses of DataObject in org.apache.myfaces.trinidadinternal.ui.data |
|---|
| Subinterfaces of DataObject in org.apache.myfaces.trinidadinternal.ui.data | |
|---|---|
interface |
DataSet
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore. |
interface |
KeyedDataObject
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore. |
interface |
MutableDataObject
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore. |
| Classes in org.apache.myfaces.trinidadinternal.ui.data that implement DataObject | |
|---|---|
class |
DictionaryData
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore. |
class |
MapData
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore. |
| Methods in org.apache.myfaces.trinidadinternal.ui.data that return DataObject | |
|---|---|
DataObject |
ListDataObjectList.getItem(int i)
Deprecated. |
DataObject |
DataObjectList.getItem(int index)
Deprecated. Returns the DataObject at the index. |
DataObject |
ListDataObjectList.removeItem(int index)
Deprecated. |
| Methods in org.apache.myfaces.trinidadinternal.ui.data with parameters of type DataObject | |
|---|---|
void |
ListDataObjectList.addItem(DataObject data)
Deprecated. Adds an item to this list |
| Constructor parameters in org.apache.myfaces.trinidadinternal.ui.data with type arguments of type DataObject | |
|---|---|
ListDataObjectList(java.util.Vector<DataObject> list)
Deprecated. |
|
| Uses of DataObject in org.apache.myfaces.trinidadinternal.ui.data.bean |
|---|
| Subinterfaces of DataObject in org.apache.myfaces.trinidadinternal.ui.data.bean | |
|---|---|
interface |
BeanDOAdapter
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore. |
| Classes in org.apache.myfaces.trinidadinternal.ui.data.bean that implement DataObject | |
|---|---|
class |
IntrospectionAdapter
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore. |
| Methods in org.apache.myfaces.trinidadinternal.ui.data.bean that return DataObject | |
|---|---|
static DataObject |
BeanAdapterUtils.getAdapter(java.lang.Object instance)
Deprecated. Creates a DataObject adapter class around an object instance. |
static DataObject |
BeanAdapterUtils.getAdapter(java.lang.Object instance,
java.lang.Class<?> objClass)
Deprecated. Creates a DataObject adapter class around an object instance. |
static DataObject |
BeanAdapterUtils.getAdapter(UIXRenderingContext context,
java.lang.Object instance)
Deprecated. Creates a DataObject adapter class around an object instance. |
DataObject |
BeanArrayDataObjectList.getItem(int index)
Deprecated. Returns the DataObject at the index. |
| Uses of DataObject in org.apache.myfaces.trinidadinternal.ui.laf.base |
|---|
| Methods in org.apache.myfaces.trinidadinternal.ui.laf.base that return DataObject | |
|---|---|
protected static DataObject |
BaseLafRenderer.getDataObjectAttributeValue(UIXRenderingContext context,
UINode node,
AttributeKey attributeKey)
Deprecated. |
| Uses of DataObject in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml |
|---|
| Classes in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml that implement DataObject | |
|---|---|
class |
LinkDataObject
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||