Klasse LocalDateField

Alle implementierten Schnittstellen:
ClientObject, Component, TextInputHandlingField

public class LocalDateField extends AbstractField<LocalDate> implements TextInputHandlingField
  • Felddetails

  • Konstruktordetails

    • LocalDateField

      public LocalDateField()
  • Methodendetails

    • createUiComponent

      public org.teamapps.dto.UiLocalDateField createUiComponent()
      Angegeben von:
      createUiComponent in Klasse AbstractComponent
    • convertUiValueToUxValue

      public LocalDate convertUiValueToUxValue(Object value)
      Setzt außer Kraft:
      convertUiValueToUxValue in Klasse AbstractField<LocalDate>
    • convertUxValueToUiValue

      public org.teamapps.dto.UiLocalDate convertUxValueToUiValue(LocalDate localDate)
      Beschreibung aus Klasse kopiert: AbstractField
      Converts a server-side value to a client-side field-specific value. Implementations must not have any side effects to the component!
      Setzt außer Kraft:
      convertUxValueToUiValue in Klasse AbstractField<LocalDate>
      Parameter:
      localDate - the server-side value
      Gibt zurück:
      the object to be sent to the ui
    • handleUiEvent

      public void handleUiEvent(org.teamapps.dto.UiEvent event)
      Angegeben von:
      handleUiEvent in Schnittstelle ClientObject
      Setzt außer Kraft:
      handleUiEvent in Klasse AbstractField<LocalDate>
    • isShowDropDownButton

      public boolean isShowDropDownButton()
    • setShowDropDownButton

      public void setShowDropDownButton(boolean showDropDownButton)
    • isFavorPastDates

      public boolean isFavorPastDates()
    • setFavorPastDates

      public void setFavorPastDates(boolean favorPastDates)
    • getLocale

      public Locale getLocale()
    • getULocale

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

      public void setLocale(Locale locale)
    • setULocale

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

      public DateTimeFormatDescriptor getDateFormat()
    • setDateFormat

      public void setDateFormat(DateTimeFormatDescriptor dateFormat)
    • isShowClearButton

      public boolean isShowClearButton()
    • setShowClearButton

      public void setShowClearButton(boolean showClearButton)
    • onTextInput

      public Event<String> onTextInput()
      Angegeben von:
      onTextInput in Schnittstelle TextInputHandlingField
    • onSpecialKeyPressed

      public Event<SpecialKey> onSpecialKeyPressed()
      Angegeben von:
      onSpecialKeyPressed in Schnittstelle TextInputHandlingField
    • getDefaultSuggestionDate

      public LocalDate getDefaultSuggestionDate()
    • setDefaultSuggestionDate

      public void setDefaultSuggestionDate(LocalDate defaultSuggestionDate)
    • isShuffledFormatSuggestionsEnabled

      public boolean isShuffledFormatSuggestionsEnabled()
    • setShuffledFormatSuggestionsEnabled

      public void setShuffledFormatSuggestionsEnabled(boolean shuffledFormatSuggestionsEnabled)
    • getDropDownMode

      public LocalDateField.DropDownMode getDropDownMode()
    • setDropDownMode

      public void setDropDownMode(LocalDateField.DropDownMode dropDownMode)
    • getEmptyText

      public String getEmptyText()
    • setEmptyText

      public void setEmptyText(String emptyText)
    • setCalendarIconEnabled

      public void setCalendarIconEnabled(boolean calendarIconEnabled)
    • isCalendarIconEnabled

      public boolean isCalendarIconEnabled()