|
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.data.jbo.ui.bind.UIBindingUtils
Utility class for retrieving objects from a RenderingContext.
Method Summary | |
static oracle.jbo.ApplicationModule |
getApplicationModule(RenderingContext context)
Retrieves an Application Module from a RenderingContext. |
static oracle.jbo.AttributeDef |
getAttributeDef(RenderingContext context)
Retrieves an AttributeDef from a RenderingContext. |
static BindingContext |
getBindingContext(RenderingContext context)
Retrieves a BindingContext from a RenderingContext. |
static oracle.jbo.Row |
getRow(RenderingContext context)
Retrieves a Row from a RenderingContext. |
static oracle.jbo.ViewObject |
getViewObject(RenderingContext context)
Retrieves a ViewObject from a RenderingContext. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static BindingContext getBindingContext(RenderingContext context)
public static oracle.jbo.ApplicationModule getApplicationModule(RenderingContext context)
public static oracle.jbo.AttributeDef getAttributeDef(RenderingContext context)
public static oracle.jbo.ViewObject getViewObject(RenderingContext context)
public static oracle.jbo.Row getRow(RenderingContext context)
|
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 |