Serialized Form
-
Package com.vaadin.flow.component.datepicker
-
Class com.vaadin.flow.component.datepicker.DatePicker
class DatePicker extends com.vaadin.flow.component.AbstractSinglePropertyField<DatePicker,LocalDate> implements Serializable -
Serialized Fields
-
defaultValidator
com.vaadin.flow.data.binder.Validator<LocalDate> defaultValidator
-
i18n
DatePicker.DatePickerI18n i18n
-
locale
Locale locale
-
max
LocalDate max
-
min
LocalDate min
-
pendingI18nUpdate
com.vaadin.flow.internal.StateTree.ExecutionRegistration pendingI18nUpdate
-
validationController
ValidationController<DatePicker,
LocalDate> validationController -
validationStatusChangeListeners
CopyOnWriteArrayList<com.vaadin.flow.data.binder.ValidationStatusChangeListener<LocalDate>> validationStatusChangeListeners
-
-
-
Class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
class DatePickerI18n extends Object implements Serializable-
Serialized Fields
-
badInputErrorMessage
String badInputErrorMessage
-
cancel
String cancel
-
dateFormats
List<String> dateFormats
-
firstDayOfWeek
int firstDayOfWeek
-
maxErrorMessage
String maxErrorMessage
-
minErrorMessage
String minErrorMessage
-
monthNames
List<String> monthNames
-
referenceDate
LocalDate referenceDate
-
requiredErrorMessage
String requiredErrorMessage
-
today
String today
-
weekdays
List<String> weekdays
-
weekdaysShort
List<String> weekdaysShort
-
-
-
Class com.vaadin.flow.component.datepicker.DatePicker.InvalidChangeEvent
class InvalidChangeEvent extends com.vaadin.flow.component.ComponentEvent<DatePicker> implements Serializable-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.datepicker.DatePicker.OpenedChangeEvent
class OpenedChangeEvent extends com.vaadin.flow.component.ComponentEvent<DatePicker> implements Serializable-
Serialized Fields
-
opened
boolean opened
-
-
-