Interface HyperlinkLabelHandle

All Superinterfaces:
FormComponentHandle

public interface HyperlinkLabelHandle extends FormComponentHandle
Handle for the "Hyperlink URL label" form component. The Swing widget is a HyperlinkLabel that opens a URL in the user's browser when clicked.

Note: click() would launch a real browser via Util.openURL.

Reach this handle via ScreenHandle.hyperlinkLabel().