You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.spreadsheet.shared.

Class URLReference

    • Constructor Detail

      • URLReference

        public URLReference()
    • Method Detail

      • 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 -