Package org.adempiere.webui.action
Interface IAction
- All Known Implementing Classes:
ChangeStateAction
public interface IAction
Custom UI action provided through OSGi service. Implementation must be thread safe.
- Author:
- hengsin
-
Method Details
-
execute
execute action- Parameters:
target
-
-
decorate
default void decorate(org.zkoss.zul.Toolbarbutton toolbarButton) you can customize toolbar button like add style, client javascript,...- Parameters:
toolbarButton
-
-
getIconSclass
- Returns:
- font icon class
-