oracle.jbo.uicli.binding
Class JUEventBinding
java.lang.Object
  
java.util.AbstractMap
      
oracle.jbo.common.JboAbstractMap
          
oracle.adf.model.binding.DCControlBinding
              
oracle.jbo.uicli.binding.JUControlBinding
                  
oracle.jbo.uicli.binding.JUEventBinding
- All Implemented Interfaces: 
 - java.util.Map, EventProducer
 
public class JUEventBinding
- extends JUControlBinding
- implements EventProducer
  
 
| 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> | 
 
 
| 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, mInternalGet_KeyResolved, mPermission, mPermissionInfo, ROW_KEY_STR | 
 
 
 
| 
Method Summary | 
 void | 
addControlToPanel(java.lang.Object panel,
                  java.lang.Object layoutObject,
                  java.lang.Object layoutCons)
 
          *** For internal framework use only *** | 
 java.util.ArrayList | 
getEventDefinitionsList()
 
          getEventDefinitionsList gets the ArrayList of Eventdefintions associated with the Producer | 
 java.lang.String | 
getId()
 
          getId gets the Id of producer | 
 java.lang.Object | 
getListener()
 
            | 
protected  void | 
initResources()
 
          Invoked when the bindingContainer is being initialized for the first
 time or after it's locale is changed. | 
 void | 
refreshControl()
 
          Updates the values in a control that is bound using an Iterator already in use. | 
protected  void | 
resetInputState()
 
          Resets any exceptions and client-side values that this binding may hold. | 
 void | 
setListener(java.lang.Object obj)
 
            | 
 
 
| Methods inherited from class oracle.adf.model.binding.DCControlBinding | 
addToDCExceptions, clearAttrDefs, evaluateBooleanExpression, executeQuery, executeQueryIfNeeded, get, getAllRowsInRange, getApplicationModule, getAttributeListener, getBindingContainer, getControl, getControlModel, getDCIteratorBinding, getDef, getDefFullName, getDefName, getError, getErrors, getFullName, getLayoutObject, getName, getPermission, getPermissionInfo, getPermissionTargetName, getRowAtRangeIndex, getRowIterator, getState, getTransaction, getViewableExpr, getViewObject, hashCode, internalGet, internalHasPermission, internalHasPermission, internalSetName, isControlQueriable, isControlViewable, isReleased, needsEstimatedRowCount, processInputException, release, release, removeFromDCExceptions, reportException, resetAttributeExceptionInRow, restoreFromState, setBindingContainer, setControl, setDataControlPinned, setDef, setIteratorBinding, setListener, setListener, setName, setViewableExpr, toString | 
 
 
| 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 | 
 
JUEventBinding
public JUEventBinding()
addControlToPanel
public void addControlToPanel(java.lang.Object panel,
                              java.lang.Object layoutObject,
                              java.lang.Object layoutCons)
- Description copied from class: 
JUControlBinding 
- *** For internal framework use only ***
- Specified by:
 addControlToPanel in class JUControlBinding
 
 
 
resetInputState
protected void resetInputState()
- Resets any exceptions and client-side values that this binding may hold.
 This is used by control-bindings to reset their state before refreshing
 values from the MT.
- Specified by:
 resetInputState in class DCControlBinding
 
- For internal use only. Application developers should not use this
 
  - *** For internal framework use only ***
 
 
 
initResources
protected void initResources()
- 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
 
 
 
refreshControl
public void refreshControl()
- Updates the values in a control that is bound using an Iterator already in use.
 (a valid row iterator)
 If you do not call this method, your control won't update unless you refresh the Iterator.
- Specified by:
 refreshControl in class DCControlBinding
 
 
 
getId
public java.lang.String getId()
- Description copied from interface: 
EventProducer 
- getId gets the Id of producer
- Specified by:
 getId in interface EventProducer
 
 
 
getEventDefinitionsList
public java.util.ArrayList getEventDefinitionsList()
- Description copied from interface: 
EventProducer 
- getEventDefinitionsList gets the ArrayList of Eventdefintions associated with the Producer
- Specified by:
 getEventDefinitionsList in interface EventProducer
 
- See Also:
 EventDefinition
 
 
getListener
public java.lang.Object getListener()
 
 
setListener
public void setListener(java.lang.Object obj)
 
 
Copyright © 1997, 2011, Oracle. All rights reserved.