it.amattioli.guidate.browsing
Class GroupBrowserListboxComposer

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 org.zkoss.zk.ui.util.GenericAutowireComposer
              extended by it.amattioli.guidate.browsing.GroupBrowserListboxComposer
All Implemented Interfaces:
Serializable, org.zkoss.zk.scripting.NamespaceActivationListener, org.zkoss.zk.ui.event.EventListener, org.zkoss.zk.ui.util.ComponentCloneListener, org.zkoss.zk.ui.util.Composer, org.zkoss.zk.ui.util.ComposerExt

public class GroupBrowserListboxComposer
extends org.zkoss.zk.ui.util.GenericAutowireComposer

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.zkoss.zk.ui.util.GenericAutowireComposer
_separator, application, applicationScope, arg, componentScope, desktop, desktopScope, execution, page, pageScope, param, requestScope, self, session, sessionScope, spaceOwner, spaceScope
 
Constructor Summary
GroupBrowserListboxComposer()
           
 
Method Summary
protected  int calcGroupListboxIndex(int groupIndex)
           
protected  int calcListboxIndex(it.amattioli.applicate.browsing.GroupBrowser.Selection sel)
           
 void onCreate()
           
 void onSelect(org.zkoss.zk.ui.event.SelectEvent evt)
           
 void onSort(org.zkoss.zk.ui.event.Event evt)
           
 
Methods inherited from class org.zkoss.zk.ui.util.GenericAutowireComposer
alert, clone, doAfterCompose
 
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

GroupBrowserListboxComposer

public GroupBrowserListboxComposer()
Method Detail

onCreate

public void onCreate()

calcListboxIndex

protected int calcListboxIndex(it.amattioli.applicate.browsing.GroupBrowser.Selection sel)

calcGroupListboxIndex

protected int calcGroupListboxIndex(int groupIndex)

onSelect

public void onSelect(org.zkoss.zk.ui.event.SelectEvent evt)

onSort

public void onSort(org.zkoss.zk.ui.event.Event evt)


Copyright © 2011. All Rights Reserved.