public interface

IsWidget

com.google.gwt.user.client.ui.IsWidget
Known Indirect Subclasses

Class Overview

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 a mock view instance in JRE unit tests.

Summary

Public Methods
abstract Widget asWidget()
Returns the Widget aspect of the receiver.

Public Methods

public abstract Widget asWidget ()

Returns the Widget aspect of the receiver.