Package de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.list
Class BundleRelatedItemListRenderer
- 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 Summary
Fields Modifier and Type Field Description protected static java.lang.String
EDIT_PRODUCT_TOOLTIP
protected static java.lang.String
REMOVE_PRODUCT_TOOLTIP
-
Fields inherited from class de.hybris.platform.cockpit.components.mvc.listbox.view.DefaultNodeWithActionsRenderer
REMOVE_LABEL_KEY
-
-
Constructor Summary
Constructors Constructor Description BundleRelatedItemListRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addActions(org.zkoss.zul.Listcell actionsCell)
Adds actions buttons for each row.protected void
appendDeleteButton(org.zkoss.zul.Listcell actionsCell)
protected void
appendEditButton(org.zkoss.zul.Listcell actionsCell)
protected void
createLabelActions(org.zkoss.zul.Listcell labelCell, TypedObject data)
protected LabelService
getLabelService()
protected BundleRelatedItemListController
getRelatedItemListController()
protected TypeService
getTypeService()
org.zkoss.zul.Listitem
renderListitem(org.zkoss.zul.Listitem item, java.lang.Object data)
-
Methods inherited from class de.hybris.platform.cockpit.components.mvc.listbox.view.AbstractNodeRenderer
render
-
-
-
-
Field Detail
-
EDIT_PRODUCT_TOOLTIP
protected static final java.lang.String EDIT_PRODUCT_TOOLTIP
- See Also:
- Constant Field Values
-
REMOVE_PRODUCT_TOOLTIP
protected static final java.lang.String REMOVE_PRODUCT_TOOLTIP
- See Also:
- Constant Field Values
-
-
Method Detail
-
renderListitem
public org.zkoss.zul.Listitem renderListitem(org.zkoss.zul.Listitem item, java.lang.Object data)
- Overrides:
renderListitem
in classDefaultNodeWithActionsRenderer
-
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: useDeleteListener
if you wish to add 'delete' button.- Overrides:
addActions
in classDefaultNodeWithActionsRenderer
- 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()
-
-