Interface SimpleLeadingLabelHandle
- All Superinterfaces:
FormComponentHandle
Handle for the "Leading label" form component. The Swing widget is a
JLabel occupying
the leading-label slot of a form component row, with no center widget. Useful for decorating
a form layout with standalone labels.
Reach this handle via ScreenHandle.simpleLeadingLabel().
-
Method Summary
Modifier and TypeMethodDescriptionassertText(String expected) Assert that the leading label displays the expected value.getText()The current label text.Methods inherited from interface FormComponentHandle
getId, isEnabled, isVisible
-
Method Details
-
getText
The current label text. -
assertText
Assert that the leading label displays the expected value. -
assertEnabled
- Specified by:
assertEnabledin interfaceFormComponentHandle
-
assertDisabled
- Specified by:
assertDisabledin interfaceFormComponentHandle
-
assertVisible
- Specified by:
assertVisiblein interfaceFormComponentHandle
-
assertInvisible
- Specified by:
assertInvisiblein interfaceFormComponentHandle
-