Package com.vaadin.client
Class WidgetUtil.Reference<T>
- java.lang.Object
-
- com.vaadin.client.WidgetUtil.Reference<T>
-
- Type Parameters:
T
- the object type to store
- Enclosing class:
- WidgetUtil
public static class WidgetUtil.Reference<T> extends Object
Simple object to store another object.- Since:
- 8.4
-
-
Constructor Summary
Constructors Constructor Description Reference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
Gets the current object.void
set(T reference)
Sets the current object.
-