Package org.kie.workbench.common.dmn.client.editors.types.listview.constraint.common.typed.time.picker
Class TimeValueFormatter
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.types.listview.constraint.common.typed.time.picker.TimeValueFormatter
-
public class TimeValueFormatter extends Object
-
-
Constructor Summary
Constructors Constructor Description TimeValueFormatter(TimeZoneProvider timeZoneProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappendPrefixAndSuffix(String input)StringbuildRawValue(String time, String selectedTimeZone)StringgetTime(String raw)TimeValuegetTimeValue(String val)StringtoDisplay(String input)StringtoRaw(String input)
-
-
-
Constructor Detail
-
TimeValueFormatter
@Inject public TimeValueFormatter(TimeZoneProvider timeZoneProvider)
-
-