net.customware.gwt.presenter.client.widget
Interface WidgetDisplay

All Superinterfaces:
Display
All Known Subinterfaces:
WidgetContainerDisplay
All Known Implementing Classes:
DeckDisplay

public interface WidgetDisplay
extends Display


Method Summary
 com.google.gwt.user.client.ui.Widget asWidget()
          Returns the display as a GWT Widget.
 

Method Detail

asWidget

com.google.gwt.user.client.ui.Widget asWidget()
Returns the display as a GWT Widget. This may be the same Display instance, or another object completely.

Returns:
The widget.


Copyright © 2010 customware.net. All Rights Reserved.