Package org.adempiere.webui.action
Interface IAction
-
public interface IAction
Custom UI action provided through OSGi service. Implementation must be thread safe.- Author:
- hengsin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
decorate(org.zkoss.zul.Toolbarbutton toolbarButton)
you can customize toolbar button like add style, client javascript,...void
execute(Object target)
default String
getIconSclass()
-
-
-
Method Detail
-
execute
void execute(Object target)
- Parameters:
target
-
-
decorate
default void decorate(org.zkoss.zul.Toolbarbutton toolbarButton)
you can customize toolbar button like add style, client javascript,...- Parameters:
toolbarButton
-
-
getIconSclass
default String getIconSclass()
- Returns:
- font icon class
-
-