it.amattioli.guidate.properties
Class AbstractMultiplePropertyComposer
java.lang.Object
org.zkoss.zk.ui.event.GenericEventListener
org.zkoss.zk.ui.util.GenericComposer
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
| 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 |
AbstractMultiplePropertyComposer
public AbstractMultiplePropertyComposer()
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.