Uses of Enum Class
org.vaadin.addons.krissvaa.datetimecombopicker.TimeView
-
Uses of TimeView in org.vaadin.addons.krissvaa.datetimecombopicker
Methods in org.vaadin.addons.krissvaa.datetimecombopicker that return TimeViewModifier and TypeMethodDescriptionDateTimeComboPicker.getTimeView()Gets the time selector shown in the popup.static TimeViewReturns the enum constant of this class with the specified name.static TimeView[]TimeView.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.addons.krissvaa.datetimecombopicker with parameters of type TimeViewModifier and TypeMethodDescriptionvoidDateTimeComboPicker.setTimeView(TimeView timeView) Sets the time selector shown in the popup: sliding columns (the default) or an analog clock face.