com.vaadin.terminal.gwt.client.ui
Class AbstractMediaState

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VideoState

public class AbstractMediaState
extends ComponentState

See Also:
Serialized Form

Constructor Summary
AbstractMediaState()
           
 
Method Summary
 String getAltText()
           
 List<URLReference> getSources()
           
 List<String> getSourceTypes()
           
 boolean isAutoplay()
           
 boolean isHtmlContentAllowed()
           
 boolean isMuted()
           
 boolean isShowControls()
           
 void setAltText(String altText)
           
 void setAutoplay(boolean autoplay)
           
 void setHtmlContentAllowed(boolean htmlContentAllowed)
           
 void setMuted(boolean muted)
           
 void setShowControls(boolean showControls)
           
 void setSources(List<URLReference> sources)
           
 void setSourceTypes(List<String> sourceTypes)
           
 
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

AbstractMediaState

public AbstractMediaState()
Method Detail

isShowControls

public boolean isShowControls()

setShowControls

public void setShowControls(boolean showControls)

getAltText

public String getAltText()

setAltText

public void setAltText(String altText)

isHtmlContentAllowed

public boolean isHtmlContentAllowed()

setHtmlContentAllowed

public void setHtmlContentAllowed(boolean htmlContentAllowed)

isAutoplay

public boolean isAutoplay()

setAutoplay

public void setAutoplay(boolean autoplay)

isMuted

public boolean isMuted()

setMuted

public void setMuted(boolean muted)

getSources

public List<URLReference> getSources()

setSources

public void setSources(List<URLReference> sources)

getSourceTypes

public List<String> getSourceTypes()

setSourceTypes

public void setSourceTypes(List<String> sourceTypes)


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