Interface RichPageWidgetRenderingContext

All Superinterfaces:
RichPageContext, RichPageParametersContext, RichPageRenderingContext, RichPageWidgetCommonContext, RichPageWidgetContext

public interface RichPageWidgetRenderingContext extends RichPageWidgetCommonContext
Since:
3.9.0
  • Method Details

    • setInlineBlockStyle

      void setInlineBlockStyle()
      To be used with the inline widgets which render something that is not inline wrapable element, for example image.

      It is needed for correct handling of alignment of paragraph containing such widget and for correct displaying of the background in the editor.
    • pageContext

      @NotNull Map<Object,Object> pageContext()
      Returns:
      the page context, which could have been filled in the page script, but the Map returned here is unmodifiable.
      Since:
      3.9.1