org.gwtbootstrap3.client.ui.base
Interface HasDataSpy

All Known Implementing Classes:
AbstractButtonGroup, ButtonGroup, ButtonToolBar, DataSpyMixin, FlowPanel, HTMLPanel, InputGroup, ModalBody, ModalFooter, ModalHeader, NavbarCollapse, NavbarHeader, Paragraph, Span, VerticalButtonGroup

public interface 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
 

Method Detail

setDataSpy

void setDataSpy(Spy spy)
Set the data spy attribute on the widget

Parameters:
spy - data spy attribute for the widget

getDataSpy

Spy getDataSpy()
Gets the data spy attribute for the widget

Returns:
data spy attribute on the widget


Copyright © 2015. All rights reserved.