Interface ToolbarContext
- All Superinterfaces:
BaseContext,SpecialistsBroker
A context used for client plugin toolbar 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@Nullable IDProviderProvides the element the toolbar context relates to.Provides the store type the toolbar context relates to.@Nullable StringProvides thesymbolic nameof aremote project, if the element is not a local one.Methods inherited from interface de.espirit.firstspirit.access.BaseContext
is, logDebug, logError, logError, logInfo, logWarningMethods 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
-
getElement
Provides the element the toolbar context relates to.- Returns:
- The element or
null, if no element is available. - Since:
- 5.0.204
-
getSymbolicProjectName
Provides thesymbolic nameof aremote project, if the element is not a local one.- Returns:
- The symbolic project name or
null, if the element is local. - Since:
- 5.0.204
-