it.amattioli.guidate.browsing
Class BrowsingToolComposer

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.BrowsingToolComposer
All Implemented Interfaces:
it.amattioli.applicate.selection.SelectionListener, 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 BrowsingToolComposer
extends org.zkoss.zk.ui.util.GenericAutowireComposer
implements it.amattioli.applicate.selection.SelectionListener

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
BrowsingToolComposer()
           
BrowsingToolComposer(String operation)
           
 
Method Summary
 it.amattioli.applicate.selection.Selector<?> getBrowser()
           
protected  boolean isActiveFor(Object subject)
           
protected  boolean isVisible()
           
 void objectSelected(it.amattioli.applicate.selection.SelectionEvent event)
           
 void onCreate()
           
 
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

BrowsingToolComposer

public BrowsingToolComposer()

BrowsingToolComposer

public BrowsingToolComposer(String operation)
Method Detail

getBrowser

public it.amattioli.applicate.selection.Selector<?> getBrowser()

onCreate

public void onCreate()

objectSelected

public void objectSelected(it.amattioli.applicate.selection.SelectionEvent event)
Specified by:
objectSelected in interface it.amattioli.applicate.selection.SelectionListener

isActiveFor

protected boolean isActiveFor(Object subject)

isVisible

protected boolean isVisible()


Copyright © 2011. All Rights Reserved.