Interface HyperlinkActionLabelHandle
- All Superinterfaces:
FormComponentHandle
Handle for the "Hyperlink action label" form component. The Swing widget is a
HyperlinkLabel that runs the configured action script when clicked.
Reach this handle via ScreenHandle.hyperlinkActionLabel().
-
Method Details
-
getText
The hyperlink's display text. -
click
Trigger the configured action script. -
assertEnabled
- Specified by:
assertEnabledin interfaceFormComponentHandle
-
assertDisabled
- Specified by:
assertDisabledin interfaceFormComponentHandle
-
assertVisible
- Specified by:
assertVisiblein interfaceFormComponentHandle
-
assertInvisible
- Specified by:
assertInvisiblein interfaceFormComponentHandle
-