Package org.apache.myfaces.trinidadinternal.ui.data

Interface Summary
BoundValue The BoundValue interface is used to dynamically compute a value based on the current rendering context.
DataObject The DataObject interface provides an extremely simple API for retrieving arbitrarily structured data.
DataObjectList DataObjectList provides indexed access to a set of data objects.
DataSet DataSet is an extension of DataObject that also implements the DataObjectList interface.
KeyedDataObject DataObject whose set of available selectors is enumerable.
MutableBoundValue  
MutableDataObject The MutableDataObject interface provides an extremely simple API for modifying arbitrarily structured data.
 

Class Summary
DataBoundValue DataBoundValue implements BoundValue to retrieve a DataObject from the current rendering context, and perform a select on that object.
DictionaryData The DictionaryData interface provides a simple, hashtable-like datasource.
ListDataObjectList This class creates a UIX Components DataObjectList to which DataObjects can be added and removed.
MapData The MapData interface provides a simple, hashmap-like datasource.
 



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.