Class URLReference

java.lang.Object
com.vaadin.flow.component.spreadsheet.shared.URLReference
All Implemented Interfaces:
Serializable

public class URLReference extends Object implements Serializable
See Also:
  • Constructor Details

    • URLReference

      public URLReference()
  • Method Details

    • getURL

      public String 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

      public void setURL(String url)
      Sets the URL that this object refers to.
      Parameters:
      url -