Interface StreamlinedInstallationChooserHandle
- All Superinterfaces:
FormComponentHandle
Handle for the "Streamlined installation chooser" form component. The widget is a two-button
JRadioButton chooser between a streamlined installation and a customized one.
Reach this handle via ScreenHandle.streamlinedInstallationChooser().
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the streamlined or update radio button is currently selected.Select the customized installation radio button.Select the streamlined installation radio button.Methods inherited from interface FormComponentHandle
getId, isEnabled, isVisible
-
Method Details
-
selectStreamlined
Select the streamlined installation radio button. In update-only mode this is the update-existing-installation button. -
selectCustomized
Select the customized installation radio button. In update-only mode this is the new-installation button. -
isStreamlined
boolean isStreamlined()Whether the streamlined or update radio button is currently selected. -
assertEnabled
- Specified by:
assertEnabledin interfaceFormComponentHandle
-
assertDisabled
- Specified by:
assertDisabledin interfaceFormComponentHandle
-
assertVisible
- Specified by:
assertVisiblein interfaceFormComponentHandle
-
assertInvisible
- Specified by:
assertInvisiblein interfaceFormComponentHandle
-