Uses of Interface
de.espirit.firstspirit.webedit.plugin.inlineedit.InlineEditContext
Package
Description
Provides interfaces and types for web client inline edit plugins.
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
public hotspot
of FirstSpirit into the inline edit area of the web client.-
Uses of InlineEditContext in de.espirit.firstspirit.webedit.plugin.inlineedit
Modifier and TypeMethodDescriptionvoid
ExecutableInlineEditItem.execute
(@NotNull InlineEditContext context) Executes an operation associated with this item, taking into consideration the given context.@Nullable String
ClientScriptProvidingInlineEditItem.getIconPath
(@NotNull InlineEditContext context) Returns a URL for the button item's icon graphic that will be shown in the WebClient.@Nullable String
ExecutableInlineEditItem.getIconPath
(@NotNull InlineEditContext context) Returns a URL for the button item's icon graphic that will be shown in the WebClient.@NotNull String
ClientScriptProvidingInlineEditItem.getLabel
(@NotNull InlineEditContext context) Provides a label for this item.@NotNull String
ExecutableInlineEditItem.getLabel
(@NotNull InlineEditContext context) Provides a label for this item.@Nullable String
ClientScriptProvidingInlineEditItem.getScript
(InlineEditContext context) Returns client script code that will be executed within the WebClient interface.boolean
InlineEditItem.isEnabled
(@NotNull InlineEditContext context) Indicates, whether this item is enabled with respect to the given context.boolean
InlineEditItem.isVisible
(@NotNull InlineEditContext context) Indicates the visibility of this item with respect to the given context.