Package org.adempiere.webui.action
Interface IAction
-
public interface IActionCustom 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 voiddecorate(org.zkoss.zul.Toolbarbutton toolbarButton)you can customize toolbar button like add style, client javascript,...voidexecute(Object target)default StringgetIconSclass()
-
-
-
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
-
-