Package | Description |
---|---|
de.espirit.firstspirit.client.plugin.toolbar |
Provides interfaces and types for client toolbar plugins.
|
de.espirit.firstspirit.webedit.plugin.toolbar |
Provides interfaces and types for web client toolbar plugins.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutableGroupingToolbarItem.execute(ToolbarContext context)
Executes an operation associated with this toolbar item considering the given context.
|
void |
ExecutableToolbarItem.execute(ToolbarContext context)
Executes an operation associated with this toolbar item considering the given context.
|
Icon |
JavaClientToolbarItem.getIcon(ToolbarContext context)
Returns the icon of this item or
null if this item has no icon. |
String |
JavaClientToolbarItem.getLabel(ToolbarContext context)
Provide the label for this item.
|
Icon |
JavaClientToolbarItem.getPressedIcon(ToolbarContext context)
Returns the icon in pressed state for this item or
null if this item has no pressed icon. |
Icon |
JavaClientToolbarItem.getRollOverIcon(ToolbarContext context)
Returns an optional roll-over-icon of this item or
null if the normal icon
should be used. |
Icon |
ToggleableToolbarItem.getSelectedIcon(ToolbarContext context)
Returns the icon of this item in selected state or
null if the
pressed icon should be used. |
boolean |
JavaClientToolbarItem.isEnabled(ToolbarContext context)
Indicate, whether this item is enabled wrt. the given context.
|
boolean |
JavaClientToolbarItem.isVisible(ToolbarContext context)
Indicates the visibility of this item wrt. the given context.
|
void |
ToggleableToolbarItem.setSelected(ToolbarContext context,
boolean selected)
Sets the selection mode of this item.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutableToolbarActionsItem.execute(ToolbarContext context)
Executes an operation associated with this item, taking into consideration the given context.
|
String |
ClientScriptProvidingToolbarActionsItem.getIconPath(ToolbarContext context)
Returns a URL for the button item's icon graphic that will be shown in the WebClient.
|
String |
ExecutableToolbarActionsItem.getIconPath(ToolbarContext context)
Returns a URL for an icon graphic associated with this item.
|
String |
ClientScriptProvidingToolbarActionsItem.getLabel(ToolbarContext context)
Provides a label for this item wrt. the given context.
|
String |
ExecutableToolbarActionsItem.getLabel(ToolbarContext context)
Provides a label for this item.
|
String |
ClientScriptProvidingToolbarActionsItem.getScript(ToolbarContext context)
Returns client script code that will be executed within the WebClient interface.
|
boolean |
WebeditToolbarItem.isEnabled(ToolbarContext context)
Indicates, whether this item is enabled wrt. the given context.
|
boolean |
WebeditToolbarItem.isVisible(ToolbarContext context)
Indicates the visibility of this item wrt. the given context.
|
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500