Class URLReference
java.lang.Object
com.vaadin.flow.component.spreadsheet.shared.URLReference
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
URLReference
public URLReference()
-
-
Method Details
-
getURL
Returns the URL that this object refers to.Note that the URL can use special protocols like theme://
- Returns:
- The URL for this reference or null if unknown.
-
setURL
Sets the URL that this object refers to.- Parameters:
url-
-