Class JadiceMediaViewer

java.lang.Object
com.levigo.jadice.web.demo.enterprise.client.JadiceContentViewer
com.levigo.jadice.web.demo.enterprise.client.JadiceMediaViewer
All Implemented Interfaces:
com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.ui.IsWidget

public class JadiceMediaViewer extends JadiceContentViewer implements com.google.gwt.event.shared.HasHandlers
A viewer for media like audio and video.
  • Constructor Details

    • JadiceMediaViewer

      public JadiceMediaViewer(Context context)
  • Method Details

    • asWidget

      public com.google.gwt.user.client.ui.Widget asWidget()
      Specified by:
      asWidget in interface com.google.gwt.user.client.ui.IsWidget
    • setMedia

      public void setMedia(com.google.gwt.media.client.MediaBase media, String urlparam)
    • removeMedia

      public void removeMedia()
    • setVisible

      public void setVisible()
    • isVisible

      public boolean isVisible()
    • hide

      public void hide()
    • openMedia

      public void openMedia(String path, String mimetype)
    • openMedia

      public void openMedia(String path)
    • fireEvent

      public void fireEvent(com.google.gwt.event.shared.GwtEvent<?> event)
      Specified by:
      fireEvent in interface com.google.gwt.event.shared.HasHandlers