Interface JavaClientExecutablePluginItem<C extends BaseContext>
- All Superinterfaces:
ExecutablePluginItem<C>
- All Known Subinterfaces:
ExecutableContextMenuItem
,ExecutableGroupingToolbarItem
,ExecutableToolbarItem
,JavaClientExecutableReportItem<T>
public interface JavaClientExecutablePluginItem<C extends BaseContext>
extends ExecutablePluginItem<C>
Definition of an item providing an executable operation in the java client.
- Since:
- 5.0.204
-
Method Summary
Methods inherited from interface de.espirit.firstspirit.client.plugin.ExecutablePluginItem
execute, getLabel
-
Method Details
-
getIcon
Provides the icon of this item.- Parameters:
context
- The context to be considered for providing the icon.- Returns:
- The icon of this item or
null
, if the item has no icon. - Since:
- 5.0.204
- See Also:
-