Skip navigation links
oracle.adf.model.binding
Class DCDataControlReference
java.lang.Object
java.util.AbstractMap
oracle.jbo.common.JboAbstractMap
oracle.adf.model.binding.DCDataControlReference
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map
-
public class DCDataControlReference
- extends JboAbstractMap
- implements java.lang.Cloneable
- javabean.class
- name=DCDataControlReference
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
Methods inherited from class java.util.AbstractMap |
clear, containsKey, containsValue, isEmpty, keySet, putAll, remove, size, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
DCDataControlReference
public DCDataControlReference(DCDataControlDef def,
java.lang.String name,
java.lang.String appDefName)
- The preferred way to populate the BindingContext is with instances using this constructor since we now scope the internal key to the appDefName. This is mandatory for multi-cpx applications (task flow libraries).
- Parameters:
def
-
name
-
appDefName
-
DCDataControlReference
public DCDataControlReference(DCDataControlReference other)
- Copy constructor.
- Parameters:
other
-
DCDataControlReference
public DCDataControlReference(DCDataControlDef def)
- Deprecated.
- Parameters:
def
- Control Definition
DCDataControlReference
public DCDataControlReference(DCDataControlDef def,
java.lang.String name)
- Deprecated.
- Parameters:
def
- Control Definition
name
- the control name
setUserParams
public void setUserParams(java.util.Map userParams)
getDataControl
public DCDataControl getDataControl(BindingContext ctx)
getDataControl
public DCDataControl getDataControl(BindingContext ctx,
java.lang.String transactionName)
getName
public java.lang.String getName()
getDataProvider
public java.lang.Object getDataProvider()
invokeOperation
public boolean invokeOperation(java.util.Map ctx,
OperationBinding op)
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
-
- Overrides:
clone
in class java.util.AbstractMap
-
- Throws:
java.lang.CloneNotSupportedException
- For internal use only. Application developers should not use this
- *** For internal framework use only ***
internalPut
protected void internalPut(java.lang.String key,
java.lang.Object value)
-
- Overrides:
internalPut
in class JboAbstractMap
-
- For internal use only. Application developers should not use this
- *** For internal framework use only ***
internalGet
protected java.lang.Object internalGet(java.lang.String key)
-
- Overrides:
internalGet
in class JboAbstractMap
-
- For internal use only. Application developers should not use this
- *** For internal framework use only ***
setRefDataControl
public void setRefDataControl(java.lang.String frame,
DCDataControl refDataControl)
-
- For internal use only. Application developers should not use this
- *** For internal framework use only ***
getRefDataControl
public DCDataControl getRefDataControl(java.lang.String frame)
-
- For internal use only. Application developers should not use this
- *** For internal framework use only ***
getDef
public DCDataControlDef getDef()
-
- For internal use only. Application developers should not use this
- *** For internal framework use only ***
getAppDefName
public java.lang.String getAppDefName()
-
- For internal use only. Application developers should not use this
- *** For internal framework use only ***
Skip navigation links
Copyright © 1997, 2009, Oracle. All rights reserved.