Interface DateTextFieldHandle

All Superinterfaces:
FormComponentHandle

public interface DateTextFieldHandle extends FormComponentHandle
Handle for the "Text field with date format" form component. The Swing widget is a JTextField. The handle exposes both the raw text and a Date-typed accessor.

Reach this handle via ScreenHandle.dateTextField().