Interface WebeditToolbarActionsItemsPlugin
- All Superinterfaces:
ItemsPlugin<WebeditToolbarItem>
,Plugin
,Public
,WebeditItemsPlugin<WebeditToolbarItem>
Plug-in definition targeting the 'Actions' drop-down menu of the WebClient toolbar to provide customized,
project-specific actions.
- Since:
- 5.0.103
-
Method Summary
Modifier and TypeMethodDescription@NotNull Collection<? extends WebeditToolbarItem>
getItems()
Get all items eligible for display in the plug-in's contextual setting.
-
Method Details
-
getItems
Get all items eligible for display in the plug-in's contextual setting.- Specified by:
getItems
in interfaceItemsPlugin<WebeditToolbarItem>
- Returns:
- A collection of items.
- Since:
- 5.0.103
-