|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adfnmc.java.util.AbstractMap
oracle.adfnmc.java.util.HashMap
oracle.adfnmc.bindings.dbf.BindingContext
public final class BindingContext
Field Summary | |
---|---|
static java.lang.Class |
CLASS_INSTANCE
|
Constructor Summary | |
---|---|
BindingContext()
|
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.Object key)
This override attempts to get a BindingContainer given a usageId key. |
static java.lang.String |
getBindingContainerVariableName()
|
BindingContainer |
getCurrentContainer()
|
static DataControl |
getDataControl(java.lang.String dataControlId)
|
DCErrorHandler |
getErrorHandler()
Gets the registered error handler for the application. |
static BindingContext |
getInstance()
static singleton accessor |
JboExceptionHandler |
getJboExceptionHandler()
|
OperationProvider |
getOperationProvider()
Gets the custom operation delegate factory object for the application. |
static void |
Init()
Idempotent entry point for application bindings initialization. |
void |
pageChanged(java.lang.String pageIdentifier)
Get the BindingContainer that corresponds to page identifier, and set it as the current container in the BindingContext. |
void |
pageChanged(java.lang.String pageIdentifier,
PhaseEventSource phaseEventSource)
Get the BindingContainer that corresponds to page identifier, and set it as the current container in the BindingContext. |
void |
setCurrentContainer(BindingContainerImpl value)
|
void |
setErrorHandler(DCErrorHandler errHandler)
Sets the error handler for this application. |
void |
setOperationProvider(OperationProvider provider)
Sets the custom operation delegate factory for this application. |
static void |
Shutdown()
Idempotent entry point for application bindings shutdown. |
Methods inherited from class oracle.adfnmc.java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, putAll, remove, size, values |
Methods inherited from class oracle.adfnmc.java.util.AbstractMap |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface oracle.adfnmc.java.util.Map |
---|
equals, hashCode |
Field Detail |
---|
public static final java.lang.Class CLASS_INSTANCE
Constructor Detail |
---|
public BindingContext()
Method Detail |
---|
public static final BindingContext getInstance()
public static java.lang.String getBindingContainerVariableName()
public static DataControl getDataControl(java.lang.String dataControlId)
public static final void Init() throws java.lang.Exception
java.lang.Exception
public static final void Shutdown() throws java.lang.Exception
java.lang.Exception
public java.lang.Object get(java.lang.Object key)
get
in interface Map
get
in class HashMap
key
- the key
public BindingContainer getCurrentContainer()
public void setCurrentContainer(BindingContainerImpl value)
public DCErrorHandler getErrorHandler()
public void setErrorHandler(DCErrorHandler errHandler)
errHandler
- public JboExceptionHandler getJboExceptionHandler()
public OperationProvider getOperationProvider()
public void setOperationProvider(OperationProvider provider)
provider
- public void pageChanged(java.lang.String pageIdentifier) throws java.lang.Exception
pageIdentifier
-
java.lang.Exception
public void pageChanged(java.lang.String pageIdentifier, PhaseEventSource phaseEventSource) throws java.lang.Exception
pageIdentifier
- phaseEventSource
- -
if param is non-null, the corresponding BindingContainer is added as a listener
java.lang.Exception
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |