public class SafeDbfReference<T>
extends Object
Constructor and Description |
---|
SafeDbfReference(T dataBindingFrameworkObject) |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the references to the binding container and the data binding framework object.
|
T |
get()
Get the reference to the data binding framework object.
|
public SafeDbfReference(T dataBindingFrameworkObject)
public T get()
public void clear()
get()
method will always return null after this method has been called.