Uses of Class
com.flowingcode.vaadin.addons.recurrentschedulefield.api.DateTimeRange
Packages that use DateTimeRange
-
Uses of DateTimeRange in com.flowingcode.vaadin.addons.recurrentschedulefield.ui
Methods in com.flowingcode.vaadin.addons.recurrentschedulefield.ui that return DateTimeRangeModifier and TypeMethodDescriptionprotected DateTimeRangeRecurrentScheduleField.generateModelValue()RecurrentScheduleField.getValue()Retrieves the current value of the RecurrentScheduleField component.Methods in com.flowingcode.vaadin.addons.recurrentschedulefield.ui that return types with arguments of type DateTimeRangeMethods in com.flowingcode.vaadin.addons.recurrentschedulefield.ui with parameters of type DateTimeRangeModifier and TypeMethodDescriptionRecurrentScheduleFieldValidator.apply(DateTimeRange data, ValueContext valueContext) protected voidRecurrentScheduleField.setPresentationValue(DateTimeRange dateTimeRange) Constructors in com.flowingcode.vaadin.addons.recurrentschedulefield.ui with parameters of type DateTimeRangeModifierConstructorDescriptionRecurrentScheduleField(DateTimeRange defaultValue) Creates a newRecurrentScheduleFieldwith a default value.RecurrentScheduleField(DateTimeRange defaultValue, String errorMessage) Creates a newRecurrentScheduleFieldwith a default value and custom error message.