Interface PlanRenderer
- All Superinterfaces:
BasicRenderer
,Renderer<PlanRenderer>
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptionShortcut for callingwithDueDate(boolean)
with true.withDueDate
(boolean value) Default is true when this method is not used.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.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
-
withDueDate
Default is true when this method is not used. -
withDueDate
Shortcut for callingwithDueDate(boolean)
with true. -
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<PlanRenderer>
-