java.lang.Object
de.hybris.platform.cockpit.components.mvc.listbox.view.AbstractNodeRenderer
de.hybris.platform.cockpit.components.mvc.listbox.view.DefaultNodeWithActionsRenderer
de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.list.BundleRelatedItemListRenderer
All Implemented Interfaces:
org.zkoss.zul.ListitemRenderer

public class BundleRelatedItemListRenderer extends DefaultNodeWithActionsRenderer
Renders content pages list items
  • Field Details

  • Constructor Details

    • BundleRelatedItemListRenderer

      public BundleRelatedItemListRenderer()
  • Method Details

    • renderListitem

      public org.zkoss.zul.Listitem renderListitem(org.zkoss.zul.Listitem item, Object data)
      Overrides:
      renderListitem in class DefaultNodeWithActionsRenderer
    • createLabelActions

      protected void createLabelActions(org.zkoss.zul.Listcell labelCell, TypedObject data)
    • addActions

      protected void addActions(org.zkoss.zul.Listcell actionsCell)
      Description copied from class: DefaultNodeWithActionsRenderer
      Adds actions buttons for each row. Tip if overriding: use DeleteListener if you wish to add 'delete' button.
      Overrides:
      addActions in class DefaultNodeWithActionsRenderer
      Parameters:
      actionsCell - attach your buttons to this component
    • appendEditButton

      protected void appendEditButton(org.zkoss.zul.Listcell actionsCell)
    • appendDeleteButton

      protected void appendDeleteButton(org.zkoss.zul.Listcell actionsCell)
    • getRelatedItemListController

      protected BundleRelatedItemListController getRelatedItemListController()
    • getTypeService

      protected TypeService getTypeService()
    • getLabelService

      protected LabelService getLabelService()