Class DefaultDeleteJobAction
- java.lang.Object
-
- de.hybris.platform.cockpit.components.listview.AbstractListViewAction
-
- de.hybris.platform.importcockpit.components.listview.impl.AbstractJobListViewAction
-
- de.hybris.platform.importcockpit.components.listview.impl.DefaultDeleteJobAction
-
- All Implemented Interfaces:
AdvancedListViewAction,ListViewAction,JobListViewAction
public class DefaultDeleteJobAction extends AbstractJobListViewAction
-
-
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.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 DefaultDeleteJobAction()
-
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.java.lang.StringgetTooltip(ListViewAction.Context context)Gets the tooltip of the action button.booleanisVisible(ListViewAction.Context context)-
Methods inherited from class de.hybris.platform.importcockpit.components.listview.impl.AbstractJobListViewAction
doCreateContext, getContextPopup, getImportCockpitCronJobService, getModel, getPopup, isRunning, setImportCockpitCronJobService
-
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
-
isVisible
public boolean isVisible(ListViewAction.Context context)
- Parameters:
context- see de.hybris.platform.cockpit.components.listview.ListViewAction.Context- Returns:
- true if visible
- See Also:
ListViewAction.Context
-
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.- 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.- Returns:
- URI of the image to represent the action button
-
getTooltip
public java.lang.String getTooltip(ListViewAction.Context context)
Description copied from interface:ListViewActionGets the tooltip of the action button.- Returns:
- the tooltip string which should appear when the user hovers over the action button
-
-