Uses of Interface
com.google.gwt.event.dom.client.HasCanPlayThroughHandlers
-
Packages that use HasCanPlayThroughHandlers Package Description com.google.gwt.event.dom.client Types related to DOM events.com.google.gwt.media.client Widgets for HTML Audio and Video support. -
-
Uses of HasCanPlayThroughHandlers in com.google.gwt.event.dom.client
Subinterfaces of HasCanPlayThroughHandlers in com.google.gwt.event.dom.client Modifier and Type Interface Description interface
HasAllMediaHandlers
This is a convenience interface that includes all media handlers defined by the core GWT system. -
Uses of HasCanPlayThroughHandlers in com.google.gwt.media.client
Classes in com.google.gwt.media.client that implement HasCanPlayThroughHandlers Modifier and Type Class Description class
Audio
A widget representing an <audio> element.class
MediaBase
A widget representing a media element.class
Video
A widget representing a <video> element.
-