it.amattioli.guidate.properties
Class AbstractMultiplePropertyComposer

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.AbstractMultiplePropertyComposer
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:
CollectionPropertyComposer, GroupPropertyComposer

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

See Also:
Serialized Form

Constructor Summary
AbstractMultiplePropertyComposer()
           
 
Method Summary
 void doAfterCompose(org.zkoss.zk.ui.Component comp)
           
 Object getBackBean(org.zkoss.zk.ui.Component comp)
           
 org.zkoss.zkplus.databind.TypeConverter getConverter(org.zkoss.zk.ui.Component comp)
           
 String getDraggableItems()
           
 String getPropertyName()
           
protected  Collection<? extends org.zkoss.zul.Row> implicitPrototypes(org.zkoss.zul.Grid grid)
           
 void onCreate(org.zkoss.zk.ui.event.Event evt)
           
 void setConverter(org.zkoss.zkplus.databind.TypeConverter converter)
           
 void setDraggableItems(String draggableItems)
           
protected abstract  void setModel(org.zkoss.zul.Grid grid, String propertyName)
           
 void setPropertyName(String propertyName)
           
 
Methods inherited from class org.zkoss.zk.ui.util.GenericComposer
didActivate, doBeforeCompose, doBeforeComposeChildren, doCatch, doFinally, willPassivate
 
Methods inherited from class org.zkoss.zk.ui.event.GenericEventListener
bindComponent, getController, onEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMultiplePropertyComposer

public AbstractMultiplePropertyComposer()
Method Detail

setModel

protected abstract void setModel(org.zkoss.zul.Grid grid,
                                 String propertyName)

getPropertyName

public String getPropertyName()

setPropertyName

public void setPropertyName(String propertyName)

getConverter

public org.zkoss.zkplus.databind.TypeConverter getConverter(org.zkoss.zk.ui.Component comp)

setConverter

public void setConverter(org.zkoss.zkplus.databind.TypeConverter converter)

getDraggableItems

public String getDraggableItems()

setDraggableItems

public void setDraggableItems(String draggableItems)

getBackBean

public Object getBackBean(org.zkoss.zk.ui.Component comp)

doAfterCompose

public void doAfterCompose(org.zkoss.zk.ui.Component comp)
                    throws Exception
Specified by:
doAfterCompose in interface org.zkoss.zk.ui.util.Composer
Overrides:
doAfterCompose in class org.zkoss.zk.ui.util.GenericComposer
Throws:
Exception

onCreate

public void onCreate(org.zkoss.zk.ui.event.Event evt)
              throws Exception
Throws:
Exception

implicitPrototypes

protected Collection<? extends org.zkoss.zul.Row> implicitPrototypes(org.zkoss.zul.Grid grid)
                                                              throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.