Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


oracle.adf.model.binding
Class DCParameter

java.lang.Object
  extended by java.util.AbstractMap
      extended by oracle.jbo.common.JboAbstractMap
          extended by oracle.adf.model.binding.DCControlBinding
              extended by oracle.adf.model.binding.DCParameter

All Implemented Interfaces:
java.util.Map
Direct Known Subclasses:
DCMethodParameter

public class DCParameter
extends DCControlBinding
javabean.class
name=DCParameter

Nested Class Summary
static class DCParameter.EvalType
           

 

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>

 

Field Summary
static java.lang.String ATTR_VALUE
           
protected  boolean mInternalGet_KeyResolved
           

 

Fields inherited from class oracle.adf.model.binding.DCControlBinding
ATTR_CURRENTROW, ATTR_DEF, ATTR_ERROR, ATTR_ERRORS, ATTR_FULLNAME, ATTR_ITER, ATTR_NAME, DC_BINDING_ERROR, mAttributeListener, mPermission, mPermissionInfo, ROW_KEY_STR

 

Fields inherited from class oracle.jbo.common.JboAbstractMap
MAP_NULL_VALUE

 

Constructor Summary
protected DCParameter()
          *** For internal framework use only ***
  DCParameter(java.lang.Object value)
           
  DCParameter(java.lang.String expression)
           

 

Method Summary
 void addControlToPanel(java.lang.Object x, java.lang.Object y, java.lang.Object z)
          noop
 java.lang.String getExpression()
           
 java.lang.Object getValue()
           
protected  void initResources()
          Invoked when the bindingContainer is being initialized for the first time or after it's locale is changed.
protected  java.lang.Object internalGet(java.lang.String key)
          Subclasses should override this to handle a specific key.
 void refreshControl()
          noop
protected  void release(int flags)
           
protected  void resetInputState()
          noop
 void setBindingContainer(DCBindingContainer formBnd)
           
 void setExpression(java.lang.String expression)
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           

 

Methods inherited from class oracle.adf.model.binding.DCControlBinding
addToDCExceptions, clearAttrDefs, evaluateBooleanExpression, executeQuery, executeQueryIfNeeded, get, getAllRowsInRange, getApplicationModule, getAttributeListener, getBindingContainer, getControl, getControlModel, getCurrentRow, getDCIteratorBinding, getDef, getDefFullName, getDefName, getError, getErrors, getFullName, getLayoutObject, getName, getPermission, getPermissionInfo, getPermissionTargetName, getRowAtRangeIndex, getRowIterator, getState, getTransaction, getViewableExpr, getViewObject, hasAttributeListener, hashCode, internalHasPermission, internalHasPermission, internalSetName, isControlQueriable, isControlViewable, isReleased, needsEstimatedRowCount, processInputException, release, removeFromDCExceptions, reportException, resetAttributeExceptionInRow, restoreFromState, setControl, setDataControlPinned, setDef, setIteratorBinding, setListener, setListener, setViewableExpr

 

Methods inherited from class oracle.jbo.common.JboAbstractMap
entrySet, equals, internalPut, put, setThrowIfPropertyNotFoundOnGet

 

Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, isEmpty, keySet, putAll, remove, size, values

 

Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

ATTR_VALUE

public static final java.lang.String ATTR_VALUE
See Also:
Constant Field Values

mInternalGet_KeyResolved

protected boolean mInternalGet_KeyResolved

Constructor Detail

DCParameter

protected DCParameter()
*** For internal framework use only ***

DCParameter

public DCParameter(java.lang.Object value)

DCParameter

public DCParameter(java.lang.String expression)

Method Detail

initResources

protected void initResources()
Description copied from class: DCControlBinding
Invoked when the bindingContainer is being initialized for the first time or after it's locale is changed. This gives subclasses a chance to drop their initialized locale based resources.
Specified by:
initResources in class DCControlBinding

getValue

public java.lang.Object getValue()

getExpression

public java.lang.String getExpression()

setExpression

public void setExpression(java.lang.String expression)

internalGet

protected java.lang.Object internalGet(java.lang.String key)
Subclasses should override this to handle a specific key. If they do find the key valid, they should also set the mInternalGet_KeyResolved to 'true' so that bean-introspection is not done for valid null-value returns from the internalGet() call.

Properties returned vis getter on this parameter are: