Uses of Class
de.hybris.platform.cockpit.components.mvc.tree.Tree
Packages that use Tree
Package
Description
-
Uses of Tree in de.hybris.platform.cmscockpit.session.impl
Methods in de.hybris.platform.cmscockpit.session.impl that return TreeModifier and TypeMethodDescriptionprotected TreeNavigationNodeContentMainComponent.createTree(CatalogVersionModel catVer) Creates tree with.Methods in de.hybris.platform.cmscockpit.session.impl with parameters of type TreeModifier and TypeMethodDescriptionprotected voidNavigationNodeContentMainComponent.renderTreeComponent(Tree tree, org.zkoss.zk.ui.Component contentItemListContainer, org.zkoss.zk.ui.Component addItemButtonContainer, org.zkoss.zk.ui.Component parent) Creates left (with tree) and right (with node content) container, also 'add item' button. -
Uses of Tree in de.hybris.platform.cockpit.components.mvc.tree
Methods in de.hybris.platform.cockpit.components.mvc.tree with parameters of type TreeModifier and TypeMethodDescriptionvoidAdds given object as a child of 'target' node (by default as last child), if null then new object is createdvoidAdds given object as a child of 'target' node, if null then new object is createdvoidvoidCreates new object as a child of 'target' nodeCreates new object as a child of 'target' nodeTreeController.customAction(Tree tree, org.zkoss.zk.ui.event.Event event, T node) If some custom actions were added to the tree, this method will be called for each of themTreeControllerWrapper.customAction(Tree tree, org.zkoss.zk.ui.event.Event event, T node) voidDeletes given nodevoidvoidTreeController.doubleClicked(Tree tree, T node) Called when given node was double clicked in treevoidTreeControllerWrapper.doubleClicked(Tree tree, T node) voidMoves given node in place of 'target' node.voidPositionAwareTreeControllerWrapper.move(Tree tree, Object node, Object target, boolean addAsChild, boolean append) voidMoves given node in place of 'target' node.voidvoid -
Uses of Tree in de.hybris.platform.cockpit.zk.mock.test
Methods in de.hybris.platform.cockpit.zk.mock.test with parameters of type TreeModifier and TypeMethodDescriptionvoidvoidTreeControllerMock.customAction(Tree tree, org.zkoss.zk.ui.event.Event event, Object node) voidvoidTreeControllerMock.doubleClicked(Tree tree, Object node) voidvoid -
Uses of Tree in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl that return TreeModifier and TypeMethodDescriptionprotected TreeBundleNavigationNodeContentMainComponent.createTree(CatalogVersionModel catVer) Creates tree with.Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl with parameters of type TreeModifier and TypeMethodDescriptionprotected voidBundleNavigationNodeContentMainComponent.renderTreeComponent(Tree tree, org.zkoss.zk.ui.Component contentItemListContainer, org.zkoss.zk.ui.Component productActionButtonContainer, org.zkoss.zk.ui.Component addBundleActionButtonContainer, org.zkoss.zk.ui.Component parent) Creates left (with tree) and right (with node content) container, also 'add item' button.