public class ExportCsvAction extends AbstractMultiSelectOnlyAction
ListViewAction.Context| Modifier and Type | Field and Description |
|---|---|
protected static String |
ICON_EXPORT_CSV_ACTION_AVAILABLE |
protected static String |
ICON_EXPORT_CSV_ACTION_UNAVAILABLE |
alwaysEnabled, IN_EDITOR_AREA_SECTION_PANELAFFECTED_ITEMS_KEY| Constructor and Description |
|---|
ExportCsvAction() |
| Modifier and Type | Method and Description |
|---|---|
LabelService |
getLabelService() |
EventListener |
getMultiSelectEventListener(ListViewAction.Context context)
Gets the
EventListener for selection operation which is to be registered for the Events#ON_CLICK event. |
String |
getMultiSelectImageURI(ListViewAction.Context context)
Gets the image URI for selection operation which represents the action button.
|
Menupopup |
getMultiSelectPopup(ListViewAction.Context context)
Gets the popup of the action button for selection operation.
|
String |
getTooltip(ListViewAction.Context context)
Gets the tooltip of the action button.
|
boolean |
isTruncateCollections() |
void |
setLabelService(LabelService labelService) |
void |
setTruncateCollections(boolean truncateCollections) |
doCreateContext, getContextPopup, getEventListener, getImageURI, getPopupcreateContext, createContext, getItem, getSelectedItems, getStatusCode, isAlwaysEnabled, sendEvent, sendUpdateItemsEvent, setAlwaysEnabledprotected static final String ICON_EXPORT_CSV_ACTION_AVAILABLE
protected static final String ICON_EXPORT_CSV_ACTION_UNAVAILABLE
public EventListener getMultiSelectEventListener(ListViewAction.Context context)
ListViewActionEventListener for selection operation which is to be registered for the Events#ON_CLICK event.getMultiSelectEventListener in interface ListViewActiongetMultiSelectEventListener in class AbstractMultiSelectOnlyActionpublic String getMultiSelectImageURI(ListViewAction.Context context)
ListViewActiongetMultiSelectImageURI in interface ListViewActiongetMultiSelectImageURI in class AbstractMultiSelectOnlyActionpublic Menupopup getMultiSelectPopup(ListViewAction.Context context)
ListViewActiongetMultiSelectPopup in interface ListViewActiongetMultiSelectPopup in class AbstractMultiSelectOnlyActionnull if no popup is availablepublic String getTooltip(ListViewAction.Context context)
ListViewActiongetTooltip in interface ListViewActiongetTooltip in class AbstractMultiSelectOnlyActionpublic void setLabelService(LabelService labelService)
public LabelService getLabelService()
public boolean isTruncateCollections()
public void setTruncateCollections(boolean truncateCollections)
Copyright © 2017 SAP SE. All Rights Reserved.