org.gwtbootstrap3.client.ui.base.mixin
Class DataSpyMixin<T extends UIObject & HasDataSpy>
java.lang.Object
org.gwtbootstrap3.client.ui.base.mixin.DataSpyMixin<T>
- All Implemented Interfaces:
- HasDataSpy
public class DataSpyMixin<T extends UIObject & HasDataSpy>
- extends Object
- implements HasDataSpy
- Author:
- Sven Jacobs
|
Method Summary |
Spy |
getDataSpy()
Gets the data spy attribute for the widget |
void |
setDataSpy(Spy spy)
Set the data spy attribute on the widget |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSpyMixin
public DataSpyMixin(T uiObject)
setDataSpy
public void setDataSpy(Spy spy)
- Description copied from interface:
HasDataSpy
- Set the data spy attribute on the widget
- Specified by:
setDataSpy in interface HasDataSpy
- Parameters:
spy - data spy attribute for the widget
getDataSpy
public Spy getDataSpy()
- Description copied from interface:
HasDataSpy
- Gets the data spy attribute for the widget
- Specified by:
getDataSpy in interface HasDataSpy
- Returns:
- data spy attribute on the widget
Copyright © 2015. All rights reserved.