Uses of Class
com.vaadin.flow.component.charts.model.TimeUnit
-
Packages that use TimeUnit Package Description com.vaadin.flow.component.charts.model -
-
Uses of TimeUnit in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return TimeUnit Modifier and Type Method Description TimeUnitTimeUnitMultiples. getTimeUnit()static TimeUnitTimeUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeUnit[]TimeUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.charts.model with parameters of type TimeUnit Modifier and Type Method Description voidTimeUnitMultiples. setTimeUnit(TimeUnit name)Constructors in com.vaadin.flow.component.charts.model with parameters of type TimeUnit Constructor Description TimeUnitMultiples(TimeUnit name, int... allowedMultiples)
-