Interface FileInputField<F extends FileInputField<F>>

    • Method Detail

      • accept

        default F accept​(String accept)
        The accept attribute specifies a filter for what file types which can be pick from the file input dialog box.
        Parameters:
        accept - file types which can be pick
        Returns:
        this field for further customization