public class DataSpyMixin<T extends UIObject & HasDataSpy> extends Object implements HasDataSpy
| Constructor and Description |
|---|
DataSpyMixin(T uiObject) |
| Modifier and Type | Method and Description |
|---|---|
Spy |
getDataSpy()
Gets the data spy attribute for the widget
|
void |
setDataSpy(Spy spy)
Set the data spy attribute on the widget
|
public DataSpyMixin(T uiObject)
public void setDataSpy(Spy spy)
HasDataSpysetDataSpy in interface HasDataSpyspy - data spy attribute for the widgetpublic Spy getDataSpy()
HasDataSpygetDataSpy in interface HasDataSpyCopyright © 2017. All rights reserved.