|
UIX 2.2.16 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.ui.expl.UIImplicitObject
Constructor Summary | |
protected |
UIImplicitObject(UIVariableResolver varResolver)
|
Method Summary | |
java.lang.Object |
adapt(java.lang.Object value)
Converts some instance into a Map or List . |
java.lang.Object |
getColorPalette()
Gets a map of the support color palettes. |
java.lang.Object |
getCurrent()
Gets the current data on the rendering context. |
java.lang.Object |
getData()
Gets the data provider map from the rendering context. |
java.lang.Object |
getHelpSystem()
Gets a map of links to various help system properties. |
java.lang.Object |
getHelpTopic()
Gets a map of links to various help topics. |
RenderingContext |
getRenderingContext()
Gets the current RenderingContext. |
java.lang.Object |
getRootAttr()
Gets the root attribute map. |
UIVariableResolver |
getVariableResolver()
Gets the VariableResolver |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected UIImplicitObject(UIVariableResolver varResolver)
Method Detail |
public final UIVariableResolver getVariableResolver()
public final RenderingContext getRenderingContext()
public final java.lang.Object getCurrent()
public final java.lang.Object getData()
public final java.lang.Object getRootAttr()
public final java.lang.Object getHelpTopic()
destination="${uix.helpTopic.ui_table}"
HelpProvider
public final java.lang.Object getHelpSystem()
destination="${uix.helpSystem.frontPage}"
HelpProvider
public final java.lang.Object getColorPalette()
public java.lang.Object adapt(java.lang.Object value)
Map
or List
. The instances
recognized by this method are DataSet
, DataObject
and
DataObjectList
|
UIX 2.2.16 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |