Interface DateSpinnerHandle
- All Superinterfaces:
FormComponentHandle
Handle for the "Spinner of dates" form component. The Swing widget is a
JSpinner
backed by a SpinnerDateModel.
Reach this handle via ScreenHandle.dateSpinner().
-
Method Summary
Modifier and TypeMethodDescriptionassertDate(Date expected) Assert the currently displayed date equals the expected value.getDate()The currently displayed date.Set the displayed date.Methods inherited from interface FormComponentHandle
getId, isEnabled, isVisible
-
Method Details
-
getDate
The currently displayed date. -
setDate
Set the displayed date. -
assertDate
Assert the currently displayed date equals the expected value. -
assertEnabled
- Specified by:
assertEnabledin interfaceFormComponentHandle
-
assertDisabled
- Specified by:
assertDisabledin interfaceFormComponentHandle
-
assertVisible
- Specified by:
assertVisiblein interfaceFormComponentHandle
-
assertInvisible
- Specified by:
assertInvisiblein interfaceFormComponentHandle
-