Interface IFormatInputElement<I extends IFormatInputElement,​ValueType>

    • Method Detail

      • getFormat

        @Nullable
        java.lang.String getFormat()
        Returns the format of the input component.

        Default: null (used what is defined in the inherited implementation).

      • withFormat

        I withFormat​(@Nullable
                     java.lang.String format)
        Returns a copy of this immutable component with the specified format.

        Sets the format to the input component.

        Parameters:
        format - The format of the input component (used what is defined in the inherited implementation).

        Default: null.

        Returns:
        A modified copy of the this object