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
Implementation of
IComponentAdapterBinding in which the attribute values are managed
within a map of objects.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionComponentAdapterBindingMap(String[] fixPropertyNames, String[] dynamicPropertyNames) -
Method Summary
Modifier and TypeMethodDescriptiongetAttributeValue(String propertyName) Get the attribute value for an attribute.voidsetAttributeValue(String propertyName, Object value) Set the attribute value.Methods inherited from class org.eclnt.jsfserver.elements.adapter.ComponentAdapterBindingBase
addActionListener, getAttibuteType, getDynamicAttributeNames, getExportValue, getExportValueFormat, getExportValueFormatmask, getExportValueTimezone, getFixAttributeNames, getGrid, getSortValue, initComponent, onAction, removeActionListener
-
Constructor Details
-
ComponentAdapterBindingMap
-
-
Method Details
-
getAttributeValue
Description copied from interface:IComponentAdapterBindingGet the attribute value for an attribute. -
setAttributeValue
Description copied from interface:IComponentAdapterBindingSet 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).
-