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
public class DeleteCommentFromCommentLayerAction extends DeleteCommentAction
-
-
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_URI
-
Fields inherited from class de.hybris.platform.cockpit.components.listview.impl.AbstractCommentAction
AREA, BROWSER_AREA, EDITOR_AREA, PARENT, UPDATELISTENER
-
Fields inherited from class de.hybris.platform.cockpit.components.listview.AbstractListViewAction
alwaysEnabled, IN_EDITOR_AREA_SECTION_PANEL
-
Fields inherited from interface de.hybris.platform.cockpit.components.listview.ListViewAction
AFFECTED_ITEMS_KEY
-
-
Constructor Summary
Constructors Constructor Description DeleteCommentFromCommentLayerAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.zkoss.zk.ui.event.EventListenergetEventListener(ListViewAction.Context context)Gets theEventListenerwhich is to be registered for theEvents.ON_CLICKevent.java.lang.StringgetImageURI(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, sendUpdateEvent
-
Methods inherited from class de.hybris.platform.cockpit.components.listview.impl.AbstractCommentAction
getCockpitCommentService, getCommentService, getCommentType, getComponent, getDomain, setCommentType, setComponent, setDomain
-
Methods inherited from class de.hybris.platform.cockpit.components.listview.AbstractListViewAction
createContext, createContext, getItem, getMultiSelectEventListener, getMultiSelectImageURI, getMultiSelectPopup, getSelectedItems, getStatusCode, isAlwaysEnabled, sendEvent, sendUpdateItemsEvent, setAlwaysEnabled
-
-
-
-
Method Detail
-
getEventListener
public org.zkoss.zk.ui.event.EventListener getEventListener(ListViewAction.Context context)
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
public java.lang.String getImageURI(ListViewAction.Context context)
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
public void setCommentLayerService(CommentLayerService commentLayerService)
-
-