Class ChangeStateAction

java.lang.Object
org.adempiere.webui.scheduler.ChangeStateAction
All Implemented Interfaces:
IAction, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>

public class ChangeStateAction extends Object implements IAction, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
Toolbar action to modify state of scheduler (AD_Scheduler) process.
Author:
hengsin
  • Constructor Details

    • ChangeStateAction

      public ChangeStateAction()
      default constructor
  • Method Details

    • execute

      public void execute(Object target)
      Description copied from interface: IAction
      execute action
      Specified by:
      execute in interface IAction
    • decorate

      public void decorate(org.zkoss.zul.Toolbarbutton toolbarButton)
      Description copied from interface: IAction
      you can customize toolbar button like add style, client javascript,...
      Specified by:
      decorate in interface IAction
    • onEvent

      public void onEvent(org.zkoss.zk.ui.event.Event evt) throws Exception
      Specified by:
      onEvent in interface org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
      Throws:
      Exception