Uses of Class
org.adempiere.webui.component.SimpleTreeModel
-
Packages that use SimpleTreeModel Package Description org.adempiere.webui.component -
-
Uses of SimpleTreeModel in org.adempiere.webui.component
Subclasses of SimpleTreeModel in org.adempiere.webui.component Modifier and Type Class Description classFavoriteSimpleTreeModelUser Favorite Tree ModelMethods in org.adempiere.webui.component that return SimpleTreeModel Modifier and Type Method Description static SimpleTreeModelSimpleTreeModel. createFrom(MTreeNode root)static SimpleTreeModelSimpleTreeModel. initADTree(org.zkoss.zul.Tree tree, int AD_Tree_ID, int windowNo)static SimpleTreeModelSimpleTreeModel. initADTree(org.zkoss.zul.Tree tree, int AD_Tree_ID, int windowNo, boolean editable, String trxName)static SimpleTreeModelSimpleTreeModel. initADTree(org.zkoss.zul.Tree tree, int AD_Tree_ID, int windowNo, boolean editable, String trxName, String linkColName, int linkID)static SimpleTreeModelSimpleTreeModel. initADTree(org.zkoss.zul.Tree tree, int AD_Tree_ID, int windowNo, String linkColName, int linkID)Constructors in org.adempiere.webui.component with parameters of type SimpleTreeModel Constructor Description ADTreeOnDropListener(org.zkoss.zul.Tree tree, SimpleTreeModel model, MTree mTree, int windowNo)
-