Class LocalDateField

    • Field Detail

      • onTextInput

        public final Event<java.lang.String> onTextInput
    • Constructor Detail

      • LocalDateField

        public LocalDateField()
    • Method Detail

      • convertUiValueToUxValue

        public java.time.LocalDate convertUiValueToUxValue​(java.lang.Object value)
        Overrides:
        convertUiValueToUxValue in class AbstractField<java.time.LocalDate>
      • convertUxValueToUiValue

        public org.teamapps.dto.UiLocalDate convertUxValueToUiValue​(java.time.LocalDate localDate)
        Description copied from class: AbstractField
        Converts a server-side value to a client-side field-specific value. Implementations must not have any side effects to the component!
        Overrides:
        convertUxValueToUiValue in class AbstractField<java.time.LocalDate>
        Parameters:
        localDate - the server-side value
        Returns:
        the object to be sent to the ui
      • isShowDropDownButton

        public boolean isShowDropDownButton()
      • setShowDropDownButton

        public void setShowDropDownButton​(boolean showDropDownButton)
      • isFavorPastDates

        public boolean isFavorPastDates()
      • setFavorPastDates

        public void setFavorPastDates​(boolean favorPastDates)
      • getLocale

        public java.util.Locale getLocale()
      • getULocale

        public com.ibm.icu.util.ULocale getULocale()
      • setLocale

        public void setLocale​(java.util.Locale locale)
      • setULocale

        public void setULocale​(com.ibm.icu.util.ULocale locale)
      • isShowClearButton

        public boolean isShowClearButton()
      • setShowClearButton

        public void setShowClearButton​(boolean showClearButton)
      • getDefaultSuggestionDate

        public java.time.LocalDate getDefaultSuggestionDate()
      • setDefaultSuggestionDate

        public void setDefaultSuggestionDate​(java.time.LocalDate defaultSuggestionDate)
      • isShuffledFormatSuggestionsEnabled

        public boolean isShuffledFormatSuggestionsEnabled()
      • setShuffledFormatSuggestionsEnabled

        public void setShuffledFormatSuggestionsEnabled​(boolean shuffledFormatSuggestionsEnabled)
      • getEmptyText

        public java.lang.String getEmptyText()
      • setEmptyText

        public void setEmptyText​(java.lang.String emptyText)