Interface MaskTextFieldHandle

All Superinterfaces:
FormComponentHandle

public interface MaskTextFieldHandle extends FormComponentHandle
Handle for the "Text field with format mask" form component. The Swing widget is a JTextField with an input mask such as "###-##-####". The underlying mask formatter rejects input that doesn't fit the mask.

Reach this handle via ScreenHandle.maskTextField().