Interface DocumentRenderer
- All Superinterfaces:
BasicRenderer
,Renderer<DocumentRenderer>
- Since:
- 3.9.0
- Author:
- Jakub Stroleny, Polarion Software
-
Method Summary
Modifier and TypeMethodDescriptionLinks rendered withRenderer.withLinks(boolean)
set to true will open in the Baseline Collection context, and the revision parameter will not be present in the link.Shortcut for callingwithDefaultIcon(boolean)
with truewithDefaultIcon
(boolean value) When true, it renders the Document icon as the default Document icon; otherwise, it renders the icon as an enum type.withRevisionIconInBaseline
(boolean withRevisionIconInBaseline) IfRenderer.withRevisionIconInBaseline(boolean)
is called withtrue
,Renderer.withRevisionIcon(boolean)
is called withtrue
and the rendered object has no requested revision, then the current baseline's revision (if any) is used as the tooltip on the revision icon.Shortcut for callingwithSpace(boolean)
with truewithSpace
(boolean value) When true renders document name together with space name otherwise only document name is rendered.Methods inherited from interface com.polarion.alm.shared.api.model.Renderer
htmlFor, htmlTo, openLinksInNewWindow, openLinksInNewWindow, withBaselineIcon, withBaselineIcon, withIcon, withIcon, withLinks, withLinks, withRevisionIcon, withRevisionIcon, withRevisionOrBaselineIcon, withText, withText
-
Method Details
-
withSpace
When true renders document name together with space name otherwise only document name is rendered. -
withSpace
Shortcut for callingwithSpace(boolean)
with true -
withDefaultIcon
When true, it renders the Document icon as the default Document icon; otherwise, it renders the icon as an enum type.- Since:
- 3.23.10
-
withDefaultIcon
Shortcut for callingwithDefaultIcon(boolean)
with true- Since:
- 3.23.10
-
withRevisionIconInBaseline
Description copied from interface:Renderer
IfRenderer.withRevisionIconInBaseline(boolean)
is called withtrue
,Renderer.withRevisionIcon(boolean)
is called withtrue
and the rendered object has no requested revision, then the current baseline's revision (if any) is used as the tooltip on the revision icon.- Specified by:
withRevisionIconInBaseline
in interfaceRenderer<DocumentRenderer>
-