Uses of Class
de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.list.BundleRelatedItemListController
Packages that use BundleRelatedItemListController
Package
Description
-
Uses of BundleRelatedItemListController in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl that return BundleRelatedItemListControllerModifier and TypeMethodDescriptionprotected BundleRelatedItemListControllerBundleNavigationNodeContentMainComponent.getRelatedItemListController()ReturnsListboxControllerconfigured via spring.Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl with parameters of type BundleRelatedItemListControllerModifier and TypeMethodDescriptionprotected 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.protected voidBundleNavigationNodeContentMainComponent.refreshRelatedItemList(org.zkoss.zk.ui.Component parent, Listbox listBox, BundleRelatedItemListController controller) Refreshes a content item list after selection was done in the tree.