Uses of Class
com.vaadin.flow.component.datetimepicker.DateTimePicker.DateTimePickerI18n
Packages that use DateTimePicker.DateTimePickerI18n
-
Uses of DateTimePicker.DateTimePickerI18n in com.vaadin.flow.component.datetimepicker
Methods in com.vaadin.flow.component.datetimepicker that return DateTimePicker.DateTimePickerI18nModifier and TypeMethodDescriptionDateTimePicker.getI18n()
Gets the internationalization object previously set for this component.DateTimePicker.DateTimePickerI18n.setBadInputErrorMessage
(String errorMessage) Sets the error message to display when the field contains user input that the server is unable to convert to typeLocalDateTime
.DateTimePicker.DateTimePickerI18n.setDateLabel
(String dateLabel) Sets the aria-label suffix for the date picker.DateTimePicker.DateTimePickerI18n.setMaxErrorMessage
(String errorMessage) Sets the error message to display when the selected date and time are later than the maximum allowed date and time.DateTimePicker.DateTimePickerI18n.setMinErrorMessage
(String errorMessage) Sets the error message to display when the selected date and time are earlier than the minimum allowed time.DateTimePicker.DateTimePickerI18n.setRequiredErrorMessage
(String errorMessage) Sets the error message to display when the field is required but empty.DateTimePicker.DateTimePickerI18n.setTimeLabel
(String timeLabel) Sets the aria-label suffix for the time picker.Methods in com.vaadin.flow.component.datetimepicker with parameters of type DateTimePicker.DateTimePickerI18nModifier and TypeMethodDescriptionvoid
DateTimePicker.setI18n
(DateTimePicker.DateTimePickerI18n i18n) Sets the internationalization properties for this component.