Interface RichPageWidgetRenderer
public interface RichPageWidgetRenderer
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptioncolumnWidth
(int width) displayedReference
(ModelObjectReference displayedReference) Default is a current object reference, if current view supports it.boolean
object
(ModelObject object) Generalized replacement forpage(RichPage)
method.Should be called before thescope(Scope)
is called, because this method also sets the scope to the scope of the page if it is not nullpageContext
(Map<Object, Object> pageContext) pageParameters
(ReadOnlyStrictMap<String, RichPageParameter> pageParameters) parameters
(ReadOnlyStrictMap<String, RichPageParameter> parameters) Should be called after thepage(RichPage)
orobject(ModelObject)
is called, because it overrides the scopeselectedWorkItems
(StrictCollection<WorkItemReference> selectedWorkItems) Default is a selection of Work Item references, if current view supports it.target
(RichTextRenderTarget target) The default isRichTextRenderTarget.PREVIEW
when this method is not used.urlParameters
(ReadOnlyStrictMap<String, String> urlParameters)
-
Method Details
-
columnWidth
- Returns:
- this to allow method chaining;
- See Also:
-
pageContext
- Since:
- 3.9.1
-
renderHtml
-
isInlineBlockStyle
boolean isInlineBlockStyle()- Returns:
- if the widget called the
RichPageWidgetRenderingContext.setInlineBlockStyle()