Uses of Interface
de.espirit.firstspirit.webedit.plugin.inlineedit.InlineEditContext
Packages that use 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
Methods in de.espirit.firstspirit.webedit.plugin.inlineedit with parameters of type InlineEditContextModifier and TypeMethodDescriptionvoidExecutableInlineEditItem.execute(@NotNull InlineEditContext context) Executes an operation associated with this item, taking into consideration the given context.@Nullable StringClientScriptProvidingInlineEditItem.getIconPath(@NotNull InlineEditContext context) Returns a URL for the button item's icon graphic that will be shown in the WebClient.@Nullable StringExecutableInlineEditItem.getIconPath(@NotNull InlineEditContext context) Returns a URL for the button item's icon graphic that will be shown in the WebClient.@NotNull StringClientScriptProvidingInlineEditItem.getLabel(@NotNull InlineEditContext context) Provides a label for this item.@NotNull StringExecutableInlineEditItem.getLabel(@NotNull InlineEditContext context) Provides a label for this item.@Nullable StringClientScriptProvidingInlineEditItem.getScript(InlineEditContext context) Returns client script code that will be executed within the WebClient interface.booleanInlineEditItem.isEnabled(@NotNull InlineEditContext context) Indicates, whether this item is enabled with respect to the given context.booleanInlineEditItem.isVisible(@NotNull InlineEditContext context) Indicates the visibility of this item with respect to the given context.