Interface WebeditExecutablePluginItem<C extends BaseContext>

All Superinterfaces:
ExecutablePluginItem<C>
All Known Subinterfaces:
ExecutableInlineEditItem, ExecutableMediaManagementItem, ExecutableToolbarActionsItem, WebeditExecutableReportItem<T>

public interface WebeditExecutablePluginItem<C extends BaseContext> extends ExecutablePluginItem<C>
Definition of an item providing an executable operation in the web client.
Since:
5.0.204
  • Method Summary

    Modifier and Type
    Method
    Description
    @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

      @Nullable @Nullable String getIconPath(@NotNull C context)
      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