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.StringEDIT_PRODUCT_TOOLTIPprotected static java.lang.StringREMOVE_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 voidaddActions(org.zkoss.zul.Listcell actionsCell)Adds actions buttons for each row.protected voidappendDeleteButton(org.zkoss.zul.Listcell actionsCell)protected voidappendEditButton(org.zkoss.zul.Listcell actionsCell)protected voidcreateLabelActions(org.zkoss.zul.Listcell labelCell, TypedObject data)protected LabelServicegetLabelService()protected BundleRelatedItemListControllergetRelatedItemListController()protected TypeServicegetTypeService()org.zkoss.zul.ListitemrenderListitem(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:
renderListitemin 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:DefaultNodeWithActionsRendererAdds actions buttons for each row. Tip if overriding: useDeleteListenerif you wish to add 'delete' button.- Overrides:
addActionsin 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()
-
-