Interface RichPageWidgetRenderingContext
- All Superinterfaces:
RichPageContext
,RichPageParametersContext
,RichPageRenderingContext
,RichPageWidgetCommonContext
,RichPageWidgetContext
Context used in
RichPageWidget.renderHtml(RichPageWidgetRenderingContext)
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.Methods inherited from interface com.polarion.alm.shared.api.model.rp.widget.RichPageContext
getDisplayedReference, getDisplayedScope, getSelectedWorkItems, localization, sharedContext, transaction
Methods inherited from interface com.polarion.alm.shared.api.model.rp.widget.RichPageParametersContext
pageParameters, urlParameters
Methods inherited from interface com.polarion.alm.shared.api.model.rp.widget.RichPageRenderingContext
createChartBuilder, createCustomHighchartBuilder, createHighchartBuilder, createHtmlFragmentBuilder, createJsActionsBuilder, generateUniqueElementId, object, page, plan, renderError, renderInfo, renderWarning, target, testRun
Methods inherited from interface com.polarion.alm.shared.api.model.rp.widget.RichPageWidgetCommonContext
columnWidth, parameter, propertiesSidebarConfiguration
Methods inherited from interface com.polarion.alm.shared.api.model.rp.widget.RichPageWidgetContext
resourceUrl
-
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
- Returns:
- the page context, which could have been filled in the page script, but the Map returned here is unmodifiable.
- Since:
- 3.9.1
-