Interface WebeditInlineEditItemsPlugin
- All Superinterfaces:
- ItemsPlugin<InlineEditItem>,- Plugin,- Public,- WebeditItemsPlugin<InlineEditItem>
Definition of a plug-in providing specific items for inline editing.
- Since:
- 5.0.103
- 
Method SummaryModifier and TypeMethodDescription@NotNull Collection<? extends InlineEditItem>getItems()Get all items eligible for display in the plug-in's contextual setting.
- 
Method Details- 
getItemsGet all items eligible for display in the plug-in's contextual setting.- Specified by:
- getItemsin interface- ItemsPlugin<InlineEditItem>
- Returns:
- A collection of items.
- Since:
- 5.0.103
 
 
-