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
Renders content pages list items
-
Field Summary
FieldsFields inherited from class de.hybris.platform.cockpit.components.mvc.listbox.view.DefaultNodeWithActionsRenderer
REMOVE_LABEL_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 LabelServiceprotected BundleRelatedItemListControllerprotected TypeServiceorg.zkoss.zul.ListitemrenderListitem(org.zkoss.zul.Listitem item, Object data) Methods inherited from class de.hybris.platform.cockpit.components.mvc.listbox.view.AbstractNodeRenderer
renderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.zkoss.zul.ListitemRenderer
render
-
Field Details
-
EDIT_PRODUCT_TOOLTIP
- See Also:
-
REMOVE_PRODUCT_TOOLTIP
- See Also:
-
-
Constructor Details
-
BundleRelatedItemListRenderer
public BundleRelatedItemListRenderer()
-
-
Method Details
-
renderListitem
- Overrides:
renderListitemin classDefaultNodeWithActionsRenderer
-
createLabelActions
-
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
-
getTypeService
-
getLabelService
-