it.amattioli.guidate.properties
Class CollectionPropertyComposer

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
              extended by it.amattioli.guidate.properties.CollectionPropertyComposer
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

public class CollectionPropertyComposer
extends AbstractMultiplePropertyComposer

See Also:
Serialized Form

Field Summary
static String GROUP_BY_ATTRIBUTE
           
 
Constructor Summary
CollectionPropertyComposer()
           
 
Method Summary
protected  Collection<? extends org.zkoss.zul.Row> implicitPrototypes(org.zkoss.zul.Grid grid)
           
protected  void setModel(org.zkoss.zul.Grid grid, String propertyName)
           
 
Methods inherited from class it.amattioli.guidate.properties.AbstractMultiplePropertyComposer
doAfterCompose, getBackBean, getConverter, getDraggableItems, getPropertyName, onCreate, setConverter, setDraggableItems, setPropertyName
 
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
 

Field Detail

GROUP_BY_ATTRIBUTE

public static final String GROUP_BY_ATTRIBUTE
See Also:
Constant Field Values
Constructor Detail

CollectionPropertyComposer

public CollectionPropertyComposer()
Method Detail

setModel

protected void setModel(org.zkoss.zul.Grid grid,
                        String propertyName)
Specified by:
setModel in class AbstractMultiplePropertyComposer

implicitPrototypes

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


Copyright © 2011. All Rights Reserved.