|
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.beans.table.SelectionUtils
Utility methods for retrieving the selection state of a table.
MultipleSelectionBean
,
SingleSelectionBean
Constructor Summary | |
SelectionUtils()
|
Method Summary | |
static int |
getSelectedIndex(DataObject servletRequestObject)
Return a zero-based integer indicating which row in a single-selection table was selected. |
static int[] |
getSelectedIndices(DataObjectList servletRequestSet)
Return an array of integers of those rows which were marked as selected. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SelectionUtils()
Method Detail |
public static int getSelectedIndex(DataObject servletRequestObject)
servletRequestObject
- a DataObject (usually a ServletRequestDataSet)
constructed with the name of the TableBean to be queried.public static int[] getSelectedIndices(DataObjectList servletRequestSet)
servletRequestObject
- a DataObjectList (usually
a ServletRequestDataSet) constructed with the name of the
TableBean to be queried for selection.
|
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 |