Package org.adempiere.webui.scheduler
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
Description copied from interface:IAction
execute action -
decorate
public void decorate(org.zkoss.zul.Toolbarbutton toolbarButton) Description copied from interface:IAction
you can customize toolbar button like add style, client javascript,... -
onEvent
- Specified by:
onEvent
in interfaceorg.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
- Throws:
Exception
-