Uses of Class
de.hybris.platform.cockpit.components.mvc.listbox.Listbox
-
-
Uses of Listbox in de.hybris.platform.cockpit.components.mvc.listbox
Methods in de.hybris.platform.cockpit.components.mvc.listbox with parameters of type Listbox Modifier and Type Method Description voidListboxController. delete(Listbox listbox, T node)Deletes given nodevoidListboxController. move(Listbox listbox, T node, T target)Moves given node in place of 'target' node. -
Uses of Listbox in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.list
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.list with parameters of type Listbox Modifier and Type Method Description voidBundleRelatedItemListController. delete(Listbox listbox, TypedObject typedObject)voidBundleRelatedItemListController. move(Listbox contentPageList, TypedObject node, TypedObject target)voidBundleRelatedItemListController. selected(Listbox component, java.util.Set<org.zkoss.zul.Listitem> selectedItems)booleanBundleRelatedItemListController. updateList(Listbox contentPageList) -
Uses of Listbox in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl that return Listbox Modifier and Type Method Description protected ListboxBundleNavigationNodeContentMainComponent. createRelatedItemList(TypedObject naviNode)Creates a content item list for right column of main area component.Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl with parameters of type Listbox Modifier and Type Method Description protected org.zkoss.zk.ui.ComponentBundleNavigationNodeContentMainComponent. createRelatedItemListContainer(Listbox relatedItemList)Creates container which displays node content.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.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.
-