com.vaadin.terminal.gwt.client.ui.video
Class VideoState

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.communication.SharedState
      extended by com.vaadin.terminal.gwt.client.ComponentState
          extended by com.vaadin.terminal.gwt.client.ui.AbstractMediaState
              extended by com.vaadin.terminal.gwt.client.ui.video.VideoState
All Implemented Interfaces:
Serializable

public class VideoState
extends AbstractMediaState

See Also:
Serialized Form

Constructor Summary
VideoState()
           
 
Method Summary
 URLReference getPoster()
           
 void setPoster(URLReference poster)
           
 
Methods inherited from class com.vaadin.terminal.gwt.client.ui.AbstractMediaState
getAltText, getSources, getSourceTypes, isAutoplay, isHtmlContentAllowed, isMuted, isShowControls, setAltText, setAutoplay, setHtmlContentAllowed, setMuted, setShowControls, setSources, setSourceTypes
 
Methods inherited from class com.vaadin.terminal.gwt.client.ComponentState
addRegisteredEventListener, getCaption, getDebugId, getDescription, getErrorMessage, getHeight, getIcon, getRegisteredEventListeners, getStyles, getWidth, hasDescription, hasStyles, isImmediate, isReadOnly, isUndefinedHeight, isUndefinedWidth, isVisible, removeRegisteredEventListener, setCaption, setDebugId, setDescription, setErrorMessage, setHeight, setIcon, setImmediate, setReadOnly, setRegisteredEventListeners, setStyles, setVisible, setWidth
 
Methods inherited from class com.vaadin.terminal.gwt.client.communication.SharedState
isEnabled, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoState

public VideoState()
Method Detail

getPoster

public URLReference getPoster()

setPoster

public void setPoster(URLReference poster)


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