UIX 2.2.16

oracle.cabo.ui.expl
Class UIImplicitObject

java.lang.Object
  |
  +--oracle.cabo.ui.expl.UIImplicitObject
Direct Known Subclasses:
ControllerImplicitObject

public class UIImplicitObject
extends java.lang.Object


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

UIImplicitObject

protected UIImplicitObject(UIVariableResolver varResolver)
Method Detail

getVariableResolver

public final UIVariableResolver getVariableResolver()
Gets the VariableResolver

getRenderingContext

public final RenderingContext getRenderingContext()
Gets the current RenderingContext.

getCurrent

public final java.lang.Object getCurrent()
Gets the current data on the rendering context.

getData

public final java.lang.Object getData()
Gets the data provider map from the rendering context.

getRootAttr

public final java.lang.Object getRootAttr()
Gets the root attribute map.

getHelpTopic

public final java.lang.Object getHelpTopic()
Gets a map of links to various help topics. example:
 destination="${uix.helpTopic.ui_table}"
See Also:
HelpProvider

getHelpSystem

public final java.lang.Object getHelpSystem()
Gets a map of links to various help system properties. example:
destination="${uix.helpSystem.frontPage}"
See Also:
HelpProvider

getColorPalette

public final java.lang.Object getColorPalette()
Gets a map of the support color palettes.

adapt

public java.lang.Object adapt(java.lang.Object value)
Converts some instance into a Map or List. The instances recognized by this method are DataSet, DataObject and DataObjectList

UIX 2.2.16