Interface UpdateScheduleSelectorHandle
- All Superinterfaces:
FormComponentHandle
Handle for the "Update schedule selector" form component. The Swing widget is a
JComboBox
of com.install4j.runtime.beans.formcomponents.UpdateSchedule enum values for selecting
an auto-update schedule.
Reach this handle via ScreenHandle.updateScheduleSelector().
-
Method Summary
Modifier and TypeMethodDescriptionassertSelectedSchedule(String expected) Assert that the currently selected schedule equals the expected value.All schedule labels in the drop-down, as theirtoStringforms.The selected schedule'stoStringform.selectSchedule(String schedule) Select the schedule whose label equals the given value.Methods inherited from interface FormComponentHandle
getId, isEnabled, isVisible
-
Method Details
-
getSchedules
-
getSelectedSchedule
The selected schedule'stoStringform. -
selectSchedule
Select the schedule whose label equals the given value. -
assertSelectedSchedule
Assert that the currently selected schedule equals the expected value. -
assertEnabled
- Specified by:
assertEnabledin interfaceFormComponentHandle
-
assertDisabled
- Specified by:
assertDisabledin interfaceFormComponentHandle
-
assertVisible
- Specified by:
assertVisiblein interfaceFormComponentHandle
-
assertInvisible
- Specified by:
assertInvisiblein interfaceFormComponentHandle
-