Class BundleRelatedItemListController

    • Constructor Detail

      • BundleRelatedItemListController

        public BundleRelatedItemListController()
    • Method Detail

      • move

        public void move​(Listbox contentPageList,
                         TypedObject node,
                         TypedObject target)
        Description copied from interface: ListboxController
        Moves given node in place of 'target' node.
        Specified by:
        move in interface ListboxController<TypedObject>
        Parameters:
        contentPageList - after successful movement, contentPageList will be notified to update itself
        node - to be moved
        target - node to be shifted. In place of this 'target' node the 'node' will be moved.
      • updateList

        public boolean updateList​(Listbox contentPageList)
      • setCurrentNavigationNode

        public void setCurrentNavigationNode​(TypedObject currentNavigationNode)
        Parameters:
        currentNavigationNode - the currentNavigationNode to set
      • setBundleNavigationService

        public void setBundleNavigationService​(BundleNavigationService bundleNavigationService)
      • selected

        public void selected​(Listbox component,
                             java.util.Set<org.zkoss.zul.Listitem> selectedItems)
        Description copied from interface: SelectableComponent
        Called every time the tree node was selected
        Specified by:
        selected in interface SelectableComponent<Listbox,​org.zkoss.zul.Listitem,​TypedObject>
        Parameters:
        component - in case an update is needed
        selectedItems - set of currently selected items
      • getModelService

        protected ModelService getModelService()