Interface TextAreaHandle
- All Superinterfaces:
FormComponentHandle
Handle for the "Text area" form component. The Swing widget is a multi-line
JTextArea.
Reach this handle via ScreenHandle.textArea().
-
Method Summary
Modifier and TypeMethodDescriptionassertText(String expected) Assert the current text equals the expected value.clear()Clear the area.getText()The current text in the area.Replace the area's text.Methods inherited from interface FormComponentHandle
getId, isEnabled, isVisible
-
Method Details
-
getText
The current text in the area. -
setText
Replace the area's text. -
clear
Clear the area. -
assertText
Assert the current text equals the expected value. -
assertEnabled
- Specified by:
assertEnabledin interfaceFormComponentHandle
-
assertDisabled
- Specified by:
assertDisabledin interfaceFormComponentHandle
-
assertVisible
- Specified by:
assertVisiblein interfaceFormComponentHandle
-
assertInvisible
- Specified by:
assertInvisiblein interfaceFormComponentHandle
-