public abstract class AbstractPerspectiveSwitchAction extends AbstractListViewAction
list view action which offers the functionality of switching to
another perspective.ListViewAction.ContextalwaysEnabled, IN_EDITOR_AREA_SECTION_PANELAFFECTED_ITEMS_KEY| Constructor and Description |
|---|
AbstractPerspectiveSwitchAction() |
| Modifier and Type | Method and Description |
|---|---|
EventListener |
getEventListener(ListViewAction.Context context)
Gets the
EventListener which is to be registered for the Events#ON_CLICK event. |
java.lang.String |
getTargetPerspectiveUid() |
boolean |
isAlwaysEnabled()
Specifies whether this action should be enabled even though the component (where this action is used) is marked as
non-editable.
|
void |
setTargetPerspectiveUid(java.lang.String targetUID) |
createContext, createContext, doCreateContext, getItem, getMultiSelectEventListener, getMultiSelectImageURI, getMultiSelectPopup, getSelectedItems, getStatusCode, sendEvent, sendUpdateItemsEvent, setAlwaysEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContextPopup, getImageURI, getPopup, getTooltippublic boolean isAlwaysEnabled()
AdvancedListViewActionisAlwaysEnabled in interface AdvancedListViewActionisAlwaysEnabled in class AbstractListViewActiontrue if this action is always enabled, false otherwisepublic void setTargetPerspectiveUid(java.lang.String targetUID)
public java.lang.String getTargetPerspectiveUid()
public EventListener getEventListener(ListViewAction.Context context)
ListViewActionEventListener which is to be registered for the Events#ON_CLICK event.Copyright © 2018 SAP SE. All Rights Reserved.