public interface ListViewAction
ActionCellRenderer| Modifier and Type | Interface and Description |
|---|---|
static class |
ListViewAction.Context |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AFFECTED_ITEMS_KEY |
| Modifier and Type | Method and Description |
|---|---|
ListViewAction.Context |
createContext(ListComponentModel listModel,
TypedObject item)
Initialize values only once to be used by following service methods
|
ListViewAction.Context |
createContext(TableModel model,
TypedObject item,
ColumnDescriptor column)
Initialize values only once to be used by following service methods
|
Menupopup |
getContextPopup(ListViewAction.Context context)
Gets the context popup of the action button.
|
EventListener |
getEventListener(ListViewAction.Context context)
Gets the
EventListener which is to be registered for the Events#ON_CLICK event. |
java.lang.String |
getImageURI(ListViewAction.Context context)
Gets the image URI which represents the action button.
|
EventListener |
getMultiSelectEventListener(ListViewAction.Context context)
Gets the
EventListener for selection operation which is to be registered for the Events#ON_CLICK event. |
java.lang.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.
|
Menupopup |
getPopup(ListViewAction.Context context)
Gets the popup of the action button.
|
java.lang.String |
getStatusCode(ListViewAction.Context context)
Get a status code for this action.
|
java.lang.String |
getTooltip(ListViewAction.Context context)
Gets the tooltip of the action button.
|
static final java.lang.String AFFECTED_ITEMS_KEY
ListViewAction.Context createContext(TableModel model, TypedObject item, ColumnDescriptor column)
model - item - column - ListViewAction.Context createContext(ListComponentModel listModel, TypedObject item)
listModel - item - java.lang.String getImageURI(ListViewAction.Context context)
EventListener getEventListener(ListViewAction.Context context)
EventListener which is to be registered for the Events#ON_CLICK event.Menupopup getPopup(ListViewAction.Context context)
null if no popup is availableMenupopup getContextPopup(ListViewAction.Context context)
null if no popup is
availablejava.lang.String getTooltip(ListViewAction.Context context)
java.lang.String getMultiSelectImageURI(ListViewAction.Context context)
EventListener getMultiSelectEventListener(ListViewAction.Context context)
EventListener for selection operation which is to be registered for the Events#ON_CLICK event.Menupopup getMultiSelectPopup(ListViewAction.Context context)
null if no popup is availablejava.lang.String getStatusCode(ListViewAction.Context context)
context - the ContextCopyright © 2018 SAP SE. All Rights Reserved.