com.google.gwt.app.place
Interface IsWidget

All Known Subinterfaces:
PlacePickerView<P>, RecordDetailsView<R>, RecordEditView<R>, RecordListView<R>
All Known Implementing Classes:
AbstractRecordListView, CellListPlacePickerView

public interface IsWidget

Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.

Extended by View interfaces that are likely to be implemented by Widgets. Provides access to that widget, if it exists, without compromising the ability to provide mock view instance in JRE unit tests.


Method Summary
 Widget asWidget()
           
 

Method Detail

asWidget

Widget asWidget()