Class ComponentAdapterBindingMap

java.lang.Object
org.eclnt.jsfserver.elements.adapter.ComponentAdapterBindingBase
org.eclnt.jsfserver.elements.adapter.ComponentAdapterBindingMap
All Implemented Interfaces:
Serializable, IComponentAdapterBinding, IComponentAdapterBinding2, IFIXGRIDComponentAdapterBinding, IDynamicContentBindingObject

public class ComponentAdapterBindingMap extends ComponentAdapterBindingBase
Implementation of IComponentAdapterBinding in which the attribute values are managed within a map of objects.
See Also:
  • Constructor Details

    • ComponentAdapterBindingMap

      public ComponentAdapterBindingMap(String[] fixPropertyNames, String[] dynamicPropertyNames)
  • Method Details

    • getAttributeValue

      public Object getAttributeValue(String propertyName)
      Description copied from interface: IComponentAdapterBinding
      Get the attribute value for an attribute.
    • setAttributeValue

      public void setAttributeValue(String propertyName, Object value)
      Description copied from interface: IComponentAdapterBinding
      Set the attribute value. This only needs to be implemented for these attributes that are actually set (e.g. in case of a FIELD component only the attribute that manages the TEXT attribute needs to implement the corresponding reaction).