public class HyperLink extends Object
| Constructor and Description |
|---|
HyperLink(String linkStr) |
HyperLink(String linkStr,
String displayStr)
Default Constructor
By default, the HyperLink will be marked as an external
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static HyperLink |
external(String linkStr,
String displayStr)
Static factory method which allows to create external HyperLink
|
String |
getDisplayStr() |
String |
getLinkStr() |
int |
hashCode() |
static HyperLink |
internal(String linkStr,
String displayStr)
Static factory method which allows to create internal HyperLink
|
public HyperLink(String linkStr)
public static HyperLink external(String linkStr, String displayStr)
linkStr - external link for which the hyperlink will lead todisplayStr - string which will displayed in hyperlink cellpublic static HyperLink internal(String linkStr, String displayStr)
linkStr - link for which the hyperlink will lead todisplayStr - string which will displayed in hyperlink cellpublic String getDisplayStr()
public String getLinkStr()
Copyright © 2023. All rights reserved.