Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.bindings.dbf
Class StaticListBindingImpl

java.lang.Object
  extended by oracle.adfnmc.bindings.dbf.ControlBindingImpl
      extended by oracle.adfnmc.bindings.dbf.AttributeBindingImpl
          extended by oracle.adfnmc.bindings.dbf.StaticListBindingImpl
All Implemented Interfaces:
AttributeBinding, ControlBinding, IteratorAttributeValueListener, IteratorCollectionListener, IteratorPositionListener, ELResolver, PropertyValueChangeSource

public class StaticListBindingImpl
extends AttributeBindingImpl


Field Summary
 
Fields inherited from class oracle.adfnmc.bindings.dbf.AttributeBindingImpl
attrName, expectedType
 
Fields inherited from class oracle.adfnmc.bindings.dbf.ControlBindingImpl
CLASS_INSTANCE, currentError, dataControl, errors, iterBinding, metadataDef, name, parentBindingContainer
 
Fields inherited from interface oracle.adfnmc.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
 
Constructor Summary
StaticListBindingImpl(ListDefinition mdDef, IteratorExecutableBindingImpl iterBinding)
           
 
Method Summary
 java.lang.Class getExpectedType()
           
 java.lang.Object getInputValue()
          Returns the value that should be rendered on a view for the attribute associated with this binding.
 List getValueList()
           
 void setInputValue(java.lang.Object inputVal)
          Updates the attribute value associated with this binding.
 
Methods inherited from class oracle.adfnmc.bindings.dbf.AttributeBindingImpl
addAttributeValueChangeListener, addValueChangeListener, addValueListChangeListener, attributeUpdated, getBoundAttributeName, getDisplayHeight, getDisplayHint, getDisplayWidth, getFormat, getInputValue, getLabel, getLabelHint, getMandatory, getPrecision, getResolver, getSingleNameValue, getSingleNameValues, getToolTip, getUpdateableHint, isUpdateable, notifyValueChangeListeners, notifyValueListChangeListeners, positionChanged, rangeRefreshed, refresh, registerForIteratorEvents, removeAttributeValueChangeListener, removeValueChangeListener, removeValueListChangeListener, rowInserted, rowRemoved, unregisterForIteratorEvents
 
Methods inherited from class oracle.adfnmc.bindings.dbf.ControlBindingImpl
containerInitialized, getBindings, getDataControl, getError, getErrors, getIterator, getMetadataDefinition, getName, getPath, getType, getValue, isReadOnly, prepareDeferredIterator, release, reportException, resolvePath, setListener, setValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface oracle.adfnmc.bindings.AttributeBinding
getError, getErrors
 
Methods inherited from interface oracle.adfnmc.bindings.ControlBinding
containerInitialized, getBindings, getMetadataDefinition, getName, getPath, release, resolvePath, setListener
 

Constructor Detail

StaticListBindingImpl

public StaticListBindingImpl(ListDefinition mdDef,
                             IteratorExecutableBindingImpl iterBinding)
Method Detail

getExpectedType

public java.lang.Class getExpectedType()
Overrides:
getExpectedType in class AttributeBindingImpl

getValueList

public List getValueList()
Overrides:
getValueList in class AttributeBindingImpl

getInputValue

public java.lang.Object getInputValue()
Description copied from interface: AttributeBinding
Returns the value that should be rendered on a view for the attribute associated with this binding.

Specified by:
getInputValue in interface AttributeBinding
Overrides:
getInputValue in class AttributeBindingImpl
Returns:
The attribute value.

setInputValue

public void setInputValue(java.lang.Object inputVal)
Description copied from interface: AttributeBinding
Updates the attribute value associated with this binding. If there are exceptions while updating this attribute, these exceptions should be accessible via getErrors().

Specified by:
setInputValue in interface AttributeBinding
Overrides:
setInputValue in class AttributeBindingImpl
Parameters:
inputVal - The new attribute value.
See Also:
AttributeBinding.getErrors()

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.