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 SummaryModifier and TypeMethodDescription@Nullable StringgetIconPath(C context) Provides the resource path to this item's icon.Methods inherited from interface de.espirit.firstspirit.client.plugin.ExecutablePluginItemexecute, getLabel
- 
Method Details- 
getIconPathProvides 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
 
 
-