Class FileChooser

java.lang.Object
com.groiss.gui.AbstractComponent
com.groiss.gui.component.FileChooser
All Implemented Interfaces:
Component, Serializable, Cloneable

public class FileChooser extends AbstractComponent
A HTML input element for selecting files. <input type=file
See Also:
  • Constructor Details

    • FileChooser

      public FileChooser()
    • FileChooser

      public FileChooser(String name)
      Constructor with name.
      Parameters:
      name - - the group where the checkbox belongs to
    • FileChooser

      public FileChooser(String name, String styleClass)
      Constructor with name and style.
      Parameters:
      name - the group where the checkbox belongs to
      styleClass - the name of a CSS class
  • Method Details