Package | Description |
---|---|
de.espirit.firstspirit.webedit.plugin.inlineedit |
Provides interfaces and types for web client inline edit plugins.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutableInlineEditItem.execute(InlineEditContext context)
Executes an operation associated with this item, taking into consideration the given context.
|
String |
ClientScriptProvidingInlineEditItem.getIconPath(InlineEditContext context)
Returns a URL for the button item's icon graphic that will be shown in the WebClient.
|
String |
ExecutableInlineEditItem.getIconPath(InlineEditContext context)
Returns a URL for the button item's icon graphic that will be shown in the WebClient.
|
String |
ClientScriptProvidingInlineEditItem.getLabel(InlineEditContext context)
Provides a label for this item.
|
String |
ExecutableInlineEditItem.getLabel(InlineEditContext context)
Provides a label for this item.
|
String |
ClientScriptProvidingInlineEditItem.getScript(InlineEditContext context)
Returns client script code that will be executed within the WebClient interface.
|
boolean |
InlineEditItem.isEnabled(InlineEditContext context)
Indicates, whether this item is enabled wrt. the given context.
|
boolean |
InlineEditItem.isVisible(InlineEditContext context)
Indicates the visibility of this item wrt. the given context.
|
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500