it.amattioli.guidate.properties
Class PropertyComposer

Show UML class diagram
java.lang.Object
  extended by org.zkoss.zk.ui.event.GenericEventListener
      extended by org.zkoss.zk.ui.util.GenericComposer
          extended by it.amattioli.guidate.properties.PropertyComposer
All Implemented Interfaces:
Serializable, org.zkoss.zk.scripting.NamespaceActivationListener, org.zkoss.zk.ui.event.EventListener, org.zkoss.zk.ui.util.Composer, org.zkoss.zk.ui.util.ComposerExt
Direct Known Subclasses:
AvailableComposer, CheckboxComposer, ImagePropertyComposer, InputPropertyComposer, LabelCellComposer, LabelPropertyComposer, WritableComposer

public abstract class PropertyComposer
extends org.zkoss.zk.ui.util.GenericComposer

A composer that is able to bind a component attribute to the property of the back-bean so that every time the property of the back-bean changes the component attribute is updated. To obtain this effect the back-bean must send a PropertyChangeEvent every time the property value changes.

The name of the property of the back-bean can be provided in two ways: