Uses of Class
de.hybris.platform.b2ctelcobackoffice.tree.TmaPoTreeNode
-
Packages that use TmaPoTreeNode Package Description de.hybris.platform.b2ctelcobackoffice.renderers de.hybris.platform.b2ctelcobackoffice.tree -
-
Uses of TmaPoTreeNode in de.hybris.platform.b2ctelcobackoffice.renderers
Methods in de.hybris.platform.b2ctelcobackoffice.renderers with parameters of type TmaPoTreeNode Modifier and Type Method Description voidTmaPoTreeNodeRenderer. render(org.zkoss.zul.Treeitem treeitem, TmaPoTreeNode treeNode, int index) -
Uses of TmaPoTreeNode in de.hybris.platform.b2ctelcobackoffice.tree
Methods in de.hybris.platform.b2ctelcobackoffice.tree that return TmaPoTreeNode Modifier and Type Method Description TmaPoTreeNodeTmaBpoTreeModel. getChild(TmaPoTreeNode node, int index)Methods in de.hybris.platform.b2ctelcobackoffice.tree with parameters of type TmaPoTreeNode Modifier and Type Method Description voidTmaBpoTreeModel. addNewNode(TmaPoTreeNode parentNode, TmaProductOfferingModel productOfferingModel)Creates a newTmaPoTreeNodefor the givenTmaProductOfferingModeland appends it to an existing node.TmaPoTreeNodeTmaBpoTreeModel. getChild(TmaPoTreeNode node, int index)intTmaBpoTreeModel. getChildCount(TmaPoTreeNode node)int[]TmaBpoTreeModel. getPath(TmaPoTreeNode child)booleanTmaBpoTreeModel. isLeaf(TmaPoTreeNode node)voidTmaBpoTreeModel. remove(TmaPoTreeNode node)Removes a tree node from the tree hierarchy, triggering the event also onTreewhich is responsible for displaying the tree structure.Constructors in de.hybris.platform.b2ctelcobackoffice.tree with parameters of type TmaPoTreeNode Constructor Description TmaBpoTreeModel(TmaPoTreeNode root)TmaPoTreeNode(TmaProductOfferingModel data, TmaPoTreeNode node)TmaPoTreeNode(TmaProductOfferingModel data, java.util.List<org.zkoss.zul.TreeNode<TmaProductOfferingModel>> childNodes, TmaPoTreeNode parent)
-