Interface FileInputField<F extends FileInputField<F>>

All Superinterfaces:
Comparable<F>, Component<F>, Copyable<F>, Field<F>, FormComponent<F>, Serializable
All Known Implementing Classes:
DefaultFileInputField

public interface FileInputField<F extends FileInputField<F>> extends Field<F>
The field that is used to select the file.
Author:
Dima Myroniuk (dmyroniuk)
  • Method Details

    • 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