The Action Link component ( ) is a link that performs an action when clicked (it is a Button rendered as a link).
Action Link defined as an expression
new ActionLink(
"caption from constructor",
{ e -> Forms.navigateTo(new UrlNavigation(openNewTab -> true, url -> "https://www.whitestein.com"))}
)