Interface ContextMenuContext
- All Superinterfaces:
BaseContext
,SpecialistsBroker
A context used for client plug-in context menu items.
- Since:
- 5.0.204
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.BaseContext
BaseContext.Env
-
Method Summary
Modifier and TypeMethodDescription@NotNull Listable<IDProvider>
Get the contextual store elements.Provides the store type the toolbar context relates to.Methods inherited from interface de.espirit.firstspirit.access.BaseContext
is, logDebug, logError, logError, logInfo, logWarning
Methods inherited from interface de.espirit.firstspirit.agency.SpecialistsBroker
requestSpecialist, requireSpecialist
-
Method Details
-
getStoreType
Provides the store type the toolbar context relates to.- Returns:
- The store type.
- Since:
- 5.0.204
-
getElements
Get the contextual store elements.- Returns:
- The menu related store elements.
- Since:
- 5.0.204
-