Uses of Class
com.vaadin.flow.component.timepicker.TimePicker.TimePickerI18n
-
Uses of TimePicker.TimePickerI18n in com.vaadin.flow.component.timepicker
Methods in com.vaadin.flow.component.timepicker that return TimePicker.TimePickerI18nModifier and TypeMethodDescriptionTimePicker.getI18n()Gets the internationalization object previously set for this component.TimePicker.TimePickerI18n.setBadInputErrorMessage(String errorMessage) Sets the error message to display when the field contains user input that the server is unable to convert to typeLocalTime.TimePicker.TimePickerI18n.setMaxErrorMessage(String errorMessage) Sets the error message to display when the selected time is later than the maximum allowed time.TimePicker.TimePickerI18n.setMinErrorMessage(String errorMessage) Sets the error message to display when the selected time is earlier than the minimum allowed time.TimePicker.TimePickerI18n.setRequiredErrorMessage(String errorMessage) Sets the error message to display when the field is required but empty.Methods in com.vaadin.flow.component.timepicker with parameters of type TimePicker.TimePickerI18nModifier and TypeMethodDescriptionvoidTimePicker.setI18n(TimePicker.TimePickerI18n i18n) Sets the internationalization object for this component.