|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.servlet.ui.data.PageDataObject
Turns a Page object into a DataObject, so they can be used as generic data objects for any interface that takes DataObjects. =-=AEW Move to servlet.data?
Constructor Summary | |
PageDataObject(Page page)
|
Method Summary | |
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 PageDataObject(Page page)
Method Detail |
public java.lang.Object selectValue(RenderingContext context, java.lang.Object select)
DataObject
selectValue
in interface DataObject
oracle.cabo.ui.data.DataObject
context
- the current rendering contextselect
- a select criterion, syntax as defined by the data object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |