Interface HasClearButton

    • Method Detail

      • isClearButtonVisible

        default boolean isClearButtonVisible()
        Gets the visibility of the button which clears the field, which is false by default.
        Returns:
        true if the button is visible, false otherwise
      • setClearButtonVisible

        default void setClearButtonVisible​(boolean clearButtonVisible)
        Sets the visibility of the button which clears the field.
        Parameters:
        clearButtonVisible - true to show the clear button, false to hide it