public class AbstractDateFieldState extends AbstractFieldState
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractDateFieldState.AccessibleElement
Navigation elements that have assistive label.
|
| Modifier and Type | Field and Description |
|---|---|
Map<AbstractDateFieldState.AccessibleElement,String> |
assistiveLabels
Map of elements and their corresponding assistive labels.
|
Map<String,String> |
dateStyles
Map of custom style names that correspond with given dates.
|
String |
format
Overridden date format string, can be
null if default formatting
of the components locale is used. |
boolean |
lenient
Whether the date/time interpretation is lenient.
|
String |
locale
The used Locale, can be
null. |
boolean |
parsable
Was the last entered string parsable? If this flag is false, datefields
internal validator does not pass.
|
String |
rangeEnd
End range that has been cleared, depending on the resolution of the date
field.
|
String |
rangeStart
Start range that has been cleared, depending on the resolution of the
date field.
|
Map<String,Integer> |
resolutions
The map of
Resolutions which are currently used by the component. |
boolean |
showISOWeekNumbers
Determines if week numbers are shown in the date selector.
|
String |
timeZoneJSON
The JSON used to construct a TimeZone on the client side, can be
null. |
readOnly, requiredtabIndexcaption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, widthenabled, registeredEventListeners, resources| Constructor and Description |
|---|
AbstractDateFieldState() |
@NoLayout public String rangeStart
com.vaadin.ui.AbstractDateField#RANGE_FORMATTER@NoLayout public String rangeEnd
com.vaadin.ui.AbstractDateField#RANGE_FORMATTERpublic String timeZoneJSON
null.public String locale
null.public String format
null if default formatting
of the components locale is used.public boolean lenient
public Map<String,Integer> resolutions
Resolutions which are currently used by the component.
The key is the resolution name e.g. "HOUR", "MINUTE", with possibly
prefixed by "default-".
The value can be nullpublic boolean showISOWeekNumbers
public boolean parsable
public Map<String,String> dateStyles
public Map<AbstractDateFieldState.AccessibleElement,String> assistiveLabels
Copyright © 2021 Vaadin Ltd. All rights reserved.