Interface FloatFieldRenderer
- All Superinterfaces:
BasicRenderer
,Renderer<FloatFieldRenderer>
- Since:
- 3.9.2
- Author:
- Maksym Kondej, Polarion Software
-
Method Summary
Modifier and TypeMethodDescriptionwithFormat
(String format) Renders a number with a specific formatting.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
-
withFormat
Renders a number with a specific formatting.- Parameters:
format
- is the same as inSharedLocalization.formatNumber(Number, String)
-