it.amattioli.guidate.containers
Class CommandComposer

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.containers.BackBeanComposer
                  extended by it.amattioli.guidate.containers.CommandComposer
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 CommandComposer
extends BackBeanComposer

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
CommandComposer()
           
 
Method Summary
protected  void afterCommand()
           
 void doAfterCompose(org.zkoss.zk.ui.Component comp)
           
 void onApplyCommand(org.zkoss.zk.ui.event.Event evt)
           
 void onCancelCommand(org.zkoss.zk.ui.event.Event evt)
           
 void onDoCommand(org.zkoss.zk.ui.event.Event evt)
           
 
Methods inherited from class it.amattioli.guidate.containers.BackBeanComposer
doBeforeCompose, doBeforeComposeChildren, doCatch, doFinally
 
Methods inherited from class org.zkoss.zk.ui.util.GenericAutowireComposer
alert, clone
 
Methods inherited from class org.zkoss.zk.ui.util.GenericComposer
didActivate, 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

CommandComposer

public CommandComposer()
Method Detail

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.GenericAutowireComposer
Throws:
Exception

onDoCommand

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

afterCommand

protected void afterCommand()

onCancelCommand

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

onApplyCommand

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


Copyright © 2011. All Rights Reserved.