GWT 2.2-M1

com.google.gwt.user.client
Interface IsSupported

All Known Implementing Classes:
Canvas

public interface IsSupported

Interface for classes that are only supported on a limited set of browsers.

Experimental API: This API is still under development and is subject to change.

By convention, classes that implement IsSupported will provide a static method boolean isSupported() that checks whether the feature is supported at runtime.



GWT 2.2-M1