Class ExportEditorArea2PdfAction
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.ExportEditorArea2PdfAction
- All Implemented Interfaces:
AdvancedListViewAction,ListViewAction
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_PANELFields inherited from interface de.hybris.platform.cockpit.components.listview.ListViewAction
AFFECTED_ITEMS_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetFileName(TypedObject item) org.zkoss.zk.ui.event.EventListenerGets theEventListenerfor selection operation which is to be registered for theEvents.ON_CLICKevent.Gets the image URI for selection operation which represents the action button.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, setuIConfigurationServiceMethods inherited from class de.hybris.platform.cockpit.components.listview.AbstractListViewAction
createContext, createContext, getItem, getMultiSelectPopup, getSelectedItems, getStatusCode, isAlwaysEnabled, sendEvent, sendUpdateItemsEvent, setAlwaysEnabled
-
Constructor Details
-
ExportEditorArea2PdfAction
public ExportEditorArea2PdfAction()
-
-
Method Details
-
getFileName
- Overrides:
getFileNamein classDefaultExportEditorAreaAction- Returns:
- the desired file name
-
getMultiSelectEventListener
public org.zkoss.zk.ui.event.EventListener getMultiSelectEventListener(ListViewAction.Context context) Description copied from interface:ListViewActionGets theEventListenerfor selection operation which is to be registered for theEvents.ON_CLICKevent.- Specified by:
getMultiSelectEventListenerin interfaceListViewAction- Overrides:
getMultiSelectEventListenerin classAbstractListViewAction- Returns:
- the event listener which should be called when user clicks the action button
-
getMultiSelectImageURI
Description copied from interface:ListViewActionGets the image URI for selection operation which represents the action button.- Specified by:
getMultiSelectImageURIin interfaceListViewAction- Overrides:
getMultiSelectImageURIin classAbstractListViewAction- Returns:
- URI of the image to represent the action button or null, if action doesn't support multi select operation
-