Interface WebeditExecutablePluginItem<C extends BaseContext>
- All Superinterfaces:
ExecutablePluginItem<C>
- All Known Subinterfaces:
ExecutableInlineEditItem
,ExecutableMediaManagementItem
,ExecutableToolbarActionsItem
,WebeditExecutableReportItem<T>
Definition of an item providing an executable operation in the web client.
- Since:
- 5.0.204
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
getIconPath
(C context) Provides the resource path to this item's icon.Methods inherited from interface de.espirit.firstspirit.client.plugin.ExecutablePluginItem
execute, getLabel
-
Method Details
-
getIconPath
Provides the resource path to this item's icon.- Parameters:
context
- The context to be considered for providing the path.- Returns:
- A resource path to the item or
null
, if the item has no icon. - Since:
- 5.0.204
-