Class ExportEditorArea2XlsAction
- java.lang.Object
-
- de.hybris.platform.cockpit.components.listview.AbstractListViewAction
-
- de.hybris.platform.cockpit.components.editorarea.export.DefaultExportEditorAreaAction
-
- de.hybris.platform.cockpit.components.editorarea.export.ExportEditorArea2XlsAction
-
- All Implemented Interfaces:
AdvancedListViewAction
,ListViewAction
public class ExportEditorArea2XlsAction extends DefaultExportEditorAreaAction
Action which triggers pdf preview of editor area
-
-
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 ExportEditorArea2XlsAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getFileName(TypedObject item)
-
Methods inherited from class de.hybris.platform.cockpit.components.editorarea.export.DefaultExportEditorAreaAction
doCreateContext, getConfiguration, getContextPopup, getEditorAreaExporter, getEventListener, getFileName, getImageURI, getPopup, getTooltip, setEditorAreaExporter, setFileName, setImageURI, setTooltip, setuIConfigurationService
-
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
-
getFileName
protected java.lang.String getFileName(TypedObject item)
- Overrides:
getFileName
in classDefaultExportEditorAreaAction
- Returns:
- the desired file name
-
-