Class DefaultFilterControlOptions

    • Method Detail

      • defaultDateTimePickerOptions

        public final DefaultDateTimePickerControlOptions defaultDateTimePickerOptions()

        The default options that correspond to the filter control type of a DateTimePicker.

        Returns:
        The default options that correspond to the filter control type of a DateTimePicker.
      • defaultListOptions

        public final DefaultFilterListControlOptions defaultListOptions()

        The default options that correspond to the List filter control type.

        Returns:
        The default options that correspond to the List filter control type.
      • defaultDropdownOptions

        public final DefaultFilterDropDownControlOptions defaultDropdownOptions()

        The default options that correspond to the Dropdown filter control type.

        Returns:
        The default options that correspond to the Dropdown filter control type.
      • defaultTextFieldOptions

        public final DefaultTextFieldControlOptions defaultTextFieldOptions()

        The default options that correspond to the TextField filter control type.

        Returns:
        The default options that correspond to the TextField filter control type.
      • defaultTextAreaOptions

        public final DefaultTextAreaControlOptions defaultTextAreaOptions()

        The default options that correspond to the TextArea filter control type.

        Returns:
        The default options that correspond to the TextArea filter control type.
      • defaultSliderOptions

        public final DefaultSliderControlOptions defaultSliderOptions()

        The default options that correspond to the Slider filter control type.

        Returns:
        The default options that correspond to the Slider filter control type.
      • defaultRelativeDateTimeOptions

        public final DefaultRelativeDateTimeControlOptions defaultRelativeDateTimeOptions()

        The default options that correspond to the RelativeDateTime filter control type.

        Returns:
        The default options that correspond to the RelativeDateTime filter control type.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)