Class AbstractAssignedListRenderer<K>

java.lang.Object
de.hybris.platform.cockpit.components.menu.AbstractAssignedListRenderer<K>
All Implemented Interfaces:
AssignedListRenderer
Direct Known Subclasses:
AbstractUsersAssignedListRenderer, ColumnsAssignedListViewRenderer

public abstract class AbstractAssignedListRenderer<K> extends Object implements AssignedListRenderer
Renderer for list of assigned values in context menu
  • Constructor Details

    • AbstractAssignedListRenderer

      public AbstractAssignedListRenderer(List<K> assignedValuesList)
  • Method Details

    • createMenuListViewComponent

      public org.zkoss.zk.ui.HtmlBasedComponent createMenuListViewComponent()
      Description copied from interface: AssignedListRenderer
      Creates main view for the component
      Specified by:
      createMenuListViewComponent in interface AssignedListRenderer
    • showMoreLabel

      protected org.zkoss.zul.Label showMoreLabel(org.zkoss.zul.Listbox collectionAssignedItems, org.zkoss.zul.Div labelContainer)
    • showLessLabel

      protected org.zkoss.zul.Label showLessLabel(org.zkoss.zul.Listbox collectionAssignedItems, org.zkoss.zul.Div labelContainer)
    • setResultListData

      protected void setResultListData(org.zkoss.zul.Listbox collectionItems, List<? extends Object> resultList, int rows)
    • getObjectCollectionService

      protected ObjectCollectionService getObjectCollectionService()
    • setNotification

      protected void setNotification(String captionKey, String messageKey, Object... messageAttrs)
    • getAssignedValuesList

      protected List<? extends Object> getAssignedValuesList()
      Returns:
      the assignedValuesList