|
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.FlattenedDataSet | +--oracle.cabo.servlet.ui.data.PageEventFlattenedDataSet
Implementation of a DataSet that extracts values from a PageEvent's parameters. In particular, this implementation class can be used to retrieve data from a UIX Components TableBean.
=-=AEW Move to servlet.data?
Constructor Summary | |
PageEventFlattenedDataSet(PageEvent event,
java.lang.String dataSetName)
Creates a PageEventFlattenedDataSet off of a PageEvent for a specific named DataSet. |
Method Summary | |
protected DataSet |
createChildren(java.lang.String childName)
Hook for creating child data lists. |
static int |
getDataSetLength(PageEvent event,
java.lang.String dataSetName)
Returns the length of the data set with the given name in the PageEvent, or zero if there is no such data set. |
protected java.lang.String |
getParameter(java.lang.String key)
Hook for returning the parameter for a given key. |
Methods inherited from class oracle.cabo.ui.data.FlattenedDataSet |
getDataSetLength, getFlattenedName, getFlattenedName, getItem, getLength, getLengthKey, selectValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PageEventFlattenedDataSet(PageEvent event, java.lang.String dataSetName)
event
- a PageEvent objectdataSetName
- the name of the data set to be searched forMethod Detail |
public static int getDataSetLength(PageEvent event, java.lang.String dataSetName)
event
- a PageEvent objectdataSetName
- the name of the data set to be searched forprotected java.lang.String getParameter(java.lang.String key)
getParameter
in class FlattenedDataSet
protected DataSet createChildren(java.lang.String childName)
createChildren
in class FlattenedDataSet
|
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 |