Class DeleteCommentFromCommentLayerAction
java.lang.Object
de.hybris.platform.cockpit.components.listview.AbstractListViewAction
de.hybris.platform.cockpit.components.listview.impl.AbstractCommentAction
de.hybris.platform.cockpit.components.listview.impl.DeleteCommentAction
de.hybris.platform.cockpit.components.listview.impl.DeleteCommentFromCommentLayerAction
- All Implemented Interfaces:
AdvancedListViewAction,ListViewAction
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.platform.cockpit.components.listview.ListViewAction
ListViewAction.Context -
Field Summary
Fields inherited from class de.hybris.platform.cockpit.components.listview.impl.DeleteCommentAction
TRASH_ICON_UNAVAILABLE_URI, TRASH_ICON_URIFields inherited from class de.hybris.platform.cockpit.components.listview.impl.AbstractCommentAction
AREA, BROWSER_AREA, EDITOR_AREA, PARENT, UPDATELISTENERFields inherited from class de.hybris.platform.cockpit.components.listview.AbstractListViewAction
alwaysEnabled, IN_EDITOR_AREA_SECTION_PANELFields inherited from interface de.hybris.platform.cockpit.components.listview.ListViewAction
AFFECTED_ITEMS_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.zkoss.zk.ui.event.EventListenergetEventListener(ListViewAction.Context context) Gets theEventListenerwhich is to be registered for theEvents.ON_CLICKevent.getImageURI(ListViewAction.Context context) Gets the image URI which represents the action button.voidsetCommentLayerService(CommentLayerService commentLayerService) Methods inherited from class de.hybris.platform.cockpit.components.listview.impl.DeleteCommentAction
doCreateContext, getContextPopup, getPopup, getTooltip, sendUpdateEventMethods inherited from class de.hybris.platform.cockpit.components.listview.impl.AbstractCommentAction
getCockpitCommentService, getCommentService, getCommentType, getComponent, getDomain, setCommentType, setComponent, setDomainMethods inherited from class de.hybris.platform.cockpit.components.listview.AbstractListViewAction
createContext, createContext, getItem, getMultiSelectEventListener, getMultiSelectImageURI, getMultiSelectPopup, getSelectedItems, getStatusCode, isAlwaysEnabled, sendEvent, sendUpdateItemsEvent, setAlwaysEnabled
-
Constructor Details
-
DeleteCommentFromCommentLayerAction
public DeleteCommentFromCommentLayerAction()
-
-
Method Details
-
getEventListener
Description copied from interface:ListViewActionGets theEventListenerwhich is to be registered for theEvents.ON_CLICKevent.- Specified by:
getEventListenerin interfaceListViewAction- Overrides:
getEventListenerin classDeleteCommentAction- Returns:
- the event listener which should be called when user clicks the action button
-
getImageURI
Description copied from interface:ListViewActionGets the image URI which represents the action button.- Specified by:
getImageURIin interfaceListViewAction- Overrides:
getImageURIin classDeleteCommentAction- Returns:
- URI of the image to represent the action button
-
setCommentLayerService
-