Uses of Class
de.hybris.platform.b2ctelcobackoffice.tree.TmaPoTreeNode
Packages that use TmaPoTreeNode
Package
Description
-
Uses of TmaPoTreeNode in de.hybris.platform.b2ctelcobackoffice.renderers
Methods in de.hybris.platform.b2ctelcobackoffice.renderers with parameters of type TmaPoTreeNodeModifier and TypeMethodDescriptionvoidTmaPoTreeNodeRenderer.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 TmaPoTreeNodeMethods in de.hybris.platform.b2ctelcobackoffice.tree with parameters of type TmaPoTreeNodeModifier and TypeMethodDescriptionvoidTmaBpoTreeModel.addNewNode(TmaPoTreeNode parentNode, TmaProductOfferingModel productOfferingModel) Creates a newTmaPoTreeNodefor the givenTmaProductOfferingModeland appends it to an existing node.TmaBpoTreeModel.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 TmaPoTreeNodeModifierConstructorDescriptionTmaBpoTreeModel(TmaPoTreeNode root) TmaPoTreeNode(TmaProductOfferingModel data, TmaPoTreeNode node) TmaPoTreeNode(TmaProductOfferingModel data, List<org.zkoss.zul.TreeNode<TmaProductOfferingModel>> childNodes, TmaPoTreeNode parent)