public interface ExecutableInlineEditItem extends InlineEditItem, WebeditExecutablePluginItem<InlineEditContext>
Modifier and Type | Method and Description |
---|---|
void |
execute(InlineEditContext context)
Executes an operation associated with this item, taking into consideration the given context.
|
String |
getIconPath(InlineEditContext context)
Returns a URL for the button item's icon graphic that will be shown in the WebClient.
|
String |
getLabel(InlineEditContext context)
Provides a label for this item.
|
isEnabled, isVisible
@NotNull String getLabel(@NotNull InlineEditContext context)
getLabel
in interface ExecutablePluginItem<InlineEditContext>
context
- The item's operational context.@Nullable String getIconPath(@NotNull InlineEditContext context)
getIconPath
in interface WebeditExecutablePluginItem<InlineEditContext>
context
- The item's operational context.null
if the item has no icon (in this case, a default icon may be displayed).void execute(@NotNull InlineEditContext context)
execute
in interface ExecutablePluginItem<InlineEditContext>
context
- The item's operational context.Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500