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

All Superinterfaces:
Display

public interface WidgetDisplay
extends Display


Method Summary
 com.google.gwt.user.client.ui.Widget asWidget()
          Returns the display as a GWT Widget.
 
Methods inherited from interface net.customware.gwt.presenter.client.Display
startProcessing, stopProcessing
 

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 © 2009 customware.net. All Rights Reserved.