-
Method Summary
When true renders value of oppositeName field instead of the name field.
Renders enum value with color defined in enum configuration.
Renders enum value with color defined in enum configuration.
Methods inherited from interface com.polarion.alm.shared.api.model.Renderer
htmlFor, htmlTo, openLinksInNewWindow, openLinksInNewWindow, withBaselineIcon, withBaselineIcon, withIcon, withIcon, withLinks, withLinks, withRevisionIcon, withRevisionIcon, withRevisionIconInBaseline, withRevisionOrBaselineIcon, withText, withText
-
Method Details
-
opposite
When true renders value of oppositeName field instead of the name field.
-
-
withColor
Renders enum value with color defined in enum configuration.
Default is false when this method is not called.
- Returns:
- the same instance to allow method chaining
- Since:
- 3.9.2
-
withColor
Renders enum value with color defined in enum configuration.
Shortcut for calling
withColor(boolean)
with true.
- Returns:
- the same instance to allow method chaining
- Since:
- 3.9.2
-