com.vaadin.client.ui
Class VVideo

java.lang.Object
  extended by Widget
      extended by com.vaadin.client.ui.VMediaBase
          extended by com.vaadin.client.ui.VVideo

public class VVideo
extends VMediaBase


Field Summary
static java.lang.String CLASSNAME
           
 
Constructor Summary
VVideo()
           
 
Method Summary
 void setPoster(java.lang.String poster)
           
 
Methods inherited from class com.vaadin.client.ui.VMediaBase
addSource, load, pause, play, removeAllSources, setAltText, setAutoplay, setControls, setMediaElement, setMuted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSNAME

public static java.lang.String CLASSNAME
Constructor Detail

VVideo

public VVideo()
Method Detail

setPoster

public void setPoster(java.lang.String poster)


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.