Uses of Interface
com.polarion.alm.shared.api.model.wi.WorkItemRenderer
Packages that use WorkItemRenderer
-
Uses of WorkItemRenderer in com.polarion.alm.shared.api.model.wi
Methods in com.polarion.alm.shared.api.model.wi that return WorkItemRendererModifier and TypeMethodDescriptionWorkItem.render()
WorkItemField.render()
WorkItemRenderer.withDecoration()
Shortcut for callingwithDecoration(boolean)
with true.WorkItemRenderer.withDecoration
(boolean value) Configures if the strike through indicating resolved item and text color indicating the severity should be used Default is true when this method is not used.WorkItemRenderer.withLinksToDocument()
Shortcut for callingwithLinksToDocument(boolean)
with true.WorkItemRenderer.withLinksToDocument
(boolean value) Configures if the Links to the Document containing the Work Item should be rendered.WorkItemRenderer.withOutlineNumber()
Shortcut for callingwithOutlineNumber(boolean)
with true.WorkItemRenderer.withOutlineNumber
(boolean value) Configures if the Outline Number is rendered instead of ID.WorkItemRenderer.withRevisionIconInBaseline
(boolean value) WorkItemRenderer.withTitle()
Shortcut for callingwithTitle(boolean)
with true.WorkItemRenderer.withTitle
(boolean value) Default is false when this method is not used.WorkItemRenderer.withTruncatedTitle
(int maxTitleLength) Renders work item with truncated title.
Maximum length of title ismaxTitleLength
symbols.WorkItemRenderer.wrapTitle()
Shortcut for callingwrapTitle(boolean)
with true.WorkItemRenderer.wrapTitle
(boolean value) Defines if title will be wrapped.