public interface MultiActionsProvider
AbstractMediaItemPresenter
.
A media row consists of media item details together with a number of custom actions,
following the media item details. Classes implementing MultiActionsProvider
can define
their own media data model within their derived classes.
The actions are provided by overriding getActions()
Provided actions should be instances of MultiActionsProvider.MultiAction
.
Modifier and Type | Interface and Description |
---|---|
static class |
MultiActionsProvider.MultiAction
MultiAction represents an action that can have multiple states.
|
Modifier and Type | Method and Description |
---|---|
MultiActionsProvider.MultiAction[] |
getActions()
Should override this method in order to provide a custom set of actions for a media item row
|
MultiActionsProvider.MultiAction[] getActions()