Class AbstractDateFieldState

    • Field Detail

      • timeZoneJSON

        public String timeZoneJSON
        The JSON used to construct a TimeZone on the client side, can be null.
        Since:
        8.2
      • locale

        public String locale
        The used Locale, can be null.
        Since:
        8.2
      • format

        public String format
        Overridden date format string, can be null if default formatting of the components locale is used.
        Since:
        8.2
      • lenient

        public boolean lenient
        Whether the date/time interpretation is lenient.
        Since:
        8.2
      • resolutions

        public Map<String,​Integer> resolutions
        The map of 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 null
        Since:
        8.2
      • showISOWeekNumbers

        public boolean showISOWeekNumbers
        Determines if week numbers are shown in the date selector.
        Since:
        8.2
      • parsable

        public boolean parsable
        Was the last entered string parsable? If this flag is false, datefields internal validator does not pass.
        Since:
        8.2
      • dateStyles

        public Map<String,​String> dateStyles
        Map of custom style names that correspond with given dates. Each date must be set to midnight for the handling logic to work correctly.
        Since:
        8.3
    • Constructor Detail

      • AbstractDateFieldState

        public AbstractDateFieldState()