Uses of Interface
org.adempiere.webui.util.TreeNodeAction
Packages that use TreeNodeAction
Package
Description
Provide utility (static methods) classes, process factory and server push template
-
Uses of TreeNodeAction in org.adempiere.webui.util
Methods in org.adempiere.webui.util with parameters of type TreeNodeActionModifier and TypeMethodDescriptionstatic void
TreeUtils.traverse
(org.zkoss.zul.TreeModel<Object> model, Object parent, TreeNodeAction action) Traverse tree model from parent and execution action on tree nodestatic void
TreeUtils.traverse
(org.zkoss.zul.TreeModel<Object> model, TreeNodeAction action) Traverse tree model and execution action on tree node