Interface IComponentAdapterBinding2

All Superinterfaces:
IComponentAdapterBinding, IDynamicContentBindingObject, Serializable
All Known Implementing Classes:
ComponentAdapterBindingBase, ComponentAdapterBindingMap, ComponentAdapterByAnnotation, ComponentAdapterByAnnotationForBeanProperty

public interface IComponentAdapterBinding2 extends IComponentAdapterBinding
Extended version of IComponentAdapterBinding.
  • Method Details

    • initComponent

      void initComponent(IBaseComponent component)
      This method is called when the component processing first time "touches" the component adapter binding instance. By passing the component, the adapter binding can directly react and adapt its behavior.

      Example the edit-able value behind a component is kept in different attributes, dependent on the control (FIELD-TEXT, COMBOFIELD-VALUE, CHECKBOX-SELECTED).