Interface FormFileChooserHandle

All Superinterfaces:
FormComponentHandle

public interface FormFileChooserHandle extends FormComponentHandle
Handle for the "File chooser" form component. The principal Swing widget is the JTextField holding the path, paired with a Browse button that opens a JFileChooser dialog.

Not to be confused with com.install4j.api.test.ui.FileChooserHandle, which wraps the modal JFileChooser dialog shown by the Browse button.

Reach this handle via ScreenHandle.formFileChooser().