Interface ExternalPreviewContext

All Superinterfaces:
BaseContext, SpecialistsBroker

public interface ExternalPreviewContext extends BaseContext
Context providing information and accessors for external preview items.
Since:
5.2.101
  • Method Details

    • getStoreType

      @Nullable Store.Type getStoreType()
      Provides the store type the toolbar context relates to.
      Returns:
      The store type.
      Since:
      5.2.101
    • getElement

      @Nullable @Nullable IDProvider getElement()
      Provides the element the toolbar context relates to.
      Returns:
      The element or null, if no element is available.
      Since:
      5.2.101
    • getLanguage

      @Nullable @Nullable Language getLanguage()
      Provides the contextual language of the current element.
      Returns:
      The context lagnuage or null, if no language is available.
      Since:
      5.2.101