| 
 | Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.cabo.ui.data.ArrayDataSet
DataSet across an array. The array is not cloned, so the creators must not modify the contents once the class is instantiated.
DataSet| Constructor Summary | |
| ArrayDataSet(DataObject[] data)Construct a DataSet with array-based data. | |
| ArrayDataSet(java.lang.Object[] data,
             java.lang.Object key)Construct a DataSet with an array with ordinary objects and a single key. | |
| Method Summary | |
|  DataObject | getItem(int index)Returns the DataObject at the index. | 
|  int | getLength()Returns the number of items in the data set. | 
|  java.lang.Object | selectValue(RenderingContext context,
            java.lang.Object select)Given a select string, returns the value matching that selection. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public ArrayDataSet(DataObject[] data)
public ArrayDataSet(java.lang.Object[] data,
                    java.lang.Object key)
| Method Detail | 
public int getLength()
getLength in interface DataObjectListpublic DataObject getItem(int index)
getItem in interface DataObjectList
public java.lang.Object selectValue(RenderingContext context,
                                    java.lang.Object select)
DataObjectselectValue in interface DataObjectoracle.cabo.ui.data.DataObjectcontext - the current rendering contextselect - a select criterion, syntax as defined by the data object| 
 | Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||