Uses of Enum Class
org.vaadin.tltv.gantt.model.Resolution
Packages that use Resolution
-
Uses of Resolution in org.vaadin.tltv.gantt
Methods in org.vaadin.tltv.gantt that return ResolutionMethods in org.vaadin.tltv.gantt with parameters of type ResolutionModifier and TypeMethodDescriptionvoidGantt.setResolution(Resolution resolution) Set new timeline resolution. -
Uses of Resolution in org.vaadin.tltv.gantt.model
Methods in org.vaadin.tltv.gantt.model that return ResolutionModifier and TypeMethodDescriptionstatic ResolutionReturns the enum constant of this class with the specified name.static Resolution[]Resolution.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Resolution in org.vaadin.tltv.gantt.util
Methods in org.vaadin.tltv.gantt.util with parameters of type ResolutionModifier and TypeMethodDescriptionstatic LocalDateTimeGanttUtil.resetTimeToMax(LocalDateTime dateTime, Resolution resolution, boolean exclusive) Reset given datetime to timeline maximum for the given resolution.static LocalDateTimeGanttUtil.resetTimeToMin(LocalDateTime dateTime, Resolution resolution) Reset given datetime to minimum for the given resolution.