Uses of Interface
de.hybris.platform.cockpit.components.mvc.tree.TreeController
-
-
Uses of TreeController in de.hybris.platform.cockpit.components.mvc.tree
Subinterfaces of TreeController in de.hybris.platform.cockpit.components.mvc.tree Modifier and Type Interface Description interface
PositionAwareTreeController<T>
Controller of a tree that provides API for exact positioning of nodes.Classes in de.hybris.platform.cockpit.components.mvc.tree that implement TreeController Modifier and Type Class Description class
PositionAwareTreeControllerWrapper<T>
Default PositionAwareTreeController Wrapper Implementation.class
TreeControllerWrapper<T>
Default Tree Controller Wrapper Implementation.Fields in de.hybris.platform.cockpit.components.mvc.tree declared as TreeController Modifier and Type Field Description protected TreeController<T>
TreeControllerWrapper. controller
Methods in de.hybris.platform.cockpit.components.mvc.tree with parameters of type TreeController Modifier and Type Method Description void
Tree. setController(TreeController<T> controller)
Constructors in de.hybris.platform.cockpit.components.mvc.tree with parameters of type TreeController Constructor Description Tree(TreeController<T> controller)
TreeControllerWrapper(TreeController<T> controllerToWrap)
-
Uses of TreeController in de.hybris.platform.cockpit.zk.mock.test
Classes in de.hybris.platform.cockpit.zk.mock.test that implement TreeController Modifier and Type Class Description class
TreeControllerMock
Just an empty mock, seeDummyZKTest
-
Uses of TreeController in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.tree
Classes in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.tree that implement TreeController Modifier and Type Class Description class
BundleNavigationNodeController
Controller of 'navigation node' tree, see related class:BundleNavigationNodeBrowserModel
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.tree that return TreeController Modifier and Type Method Description TreeController
BundleNavigationNodeRenderer. getController()
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.tree with parameters of type TreeController Modifier and Type Method Description void
BundleNavigationNodeRenderer. setController(TreeController controller)
-
Uses of TreeController in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl that return TreeController Modifier and Type Method Description protected TreeController
BundleNavigationNodeContentMainComponent. createTreeController(org.zkoss.zk.ui.Component relatedItemListContainer, BundleRelatedItemListController relatedItemListController, Listbox listbox, org.zkoss.zul.Button addItemButton, org.zkoss.zul.Button searchProductButton)
Creates a controller for a tree component.Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl with parameters of type TreeController Modifier and Type Method Description protected org.zkoss.zul.TreeitemRenderer
BundleNavigationNodeContentMainComponent. getNavigationNodeRenderer(TreeController controller)
ReturnsTreeitemRenderer
configured via spring.
-