Uses of Enum Class
org.vaadin.addons.componentfactory.schedulexcalendar.util.TimeInterval
Packages that use TimeInterval
Package
Description
-
Uses of TimeInterval in org.vaadin.addons.componentfactory.schedulexcalendar
Methods in org.vaadin.addons.componentfactory.schedulexcalendar that return TimeIntervalModifier and TypeMethodDescriptionConfiguration.getDragAndDropInterval()Configuration.getResizeInterval()Configuration.DrawOptions.getSnapDrawDuration()Methods in org.vaadin.addons.componentfactory.schedulexcalendar with parameters of type TimeIntervalModifier and TypeMethodDescriptionvoidConfiguration.setDragAndDropInterval(TimeInterval dragAndDropInterval) voidConfiguration.setResizeInterval(TimeInterval resizeInterval) voidConfiguration.DrawOptions.setSnapDrawDuration(TimeInterval snapDrawDuration) -
Uses of TimeInterval in org.vaadin.addons.componentfactory.schedulexcalendar.util
Methods in org.vaadin.addons.componentfactory.schedulexcalendar.util that return TimeIntervalModifier and TypeMethodDescriptionstatic TimeIntervalReturns the enum constant of this class with the specified name.static TimeInterval[]TimeInterval.values()Returns an array containing the constants of this enum class, in the order they are declared.