Uses of Interface
de.hybris.platform.cockpit.components.mvc.tree.TreeController
-
-
Uses of TreeController in de.hybris.platform.cmscockpit.navigationnode.browserarea.tree
Classes in de.hybris.platform.cmscockpit.navigationnode.browserarea.tree that implement TreeController Modifier and Type Class Description classNavigationNodeControllerController of 'navigation node' tree, see related class:NavigationNodeBrowserModel -
Uses of TreeController in de.hybris.platform.cmscockpit.session.impl
Methods in de.hybris.platform.cmscockpit.session.impl that return TreeController Modifier and Type Method Description protected TreeControllerNavigationNodeContentMainComponent. createTreeController(org.zkoss.zk.ui.Component relatedItemListContainer, RelatedItemListController relatedItemListController, Listbox listbox, org.zkoss.zul.Button addItemButton)Creates a controller for a tree component. -
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 interfacePositionAwareTreeController<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 classPositionAwareTreeControllerWrapper<T>Default PositionAwareTreeController Wrapper Implementation.classTreeControllerWrapper<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. controllerMethods in de.hybris.platform.cockpit.components.mvc.tree with parameters of type TreeController Modifier and Type Method Description voidTree. 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 classTreeControllerMockJust 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 classBundleNavigationNodeControllerController of 'navigation node' tree, see related class:BundleNavigationNodeBrowserModelMethods in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.tree that return TreeController Modifier and Type Method Description TreeControllerBundleNavigationNodeRenderer. getController()Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.tree with parameters of type TreeController Modifier and Type Method Description voidBundleNavigationNodeRenderer. 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 TreeControllerBundleNavigationNodeContentMainComponent. 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.TreeitemRendererBundleNavigationNodeContentMainComponent. getNavigationNodeRenderer(TreeController controller)ReturnsTreeitemRendererconfigured via spring.
-