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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description URLReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetURL()Returns the URL that this object refers to.voidsetURL(String url)Sets the URL that this object refers to.
-