com.vaadin.shared.ui
Class AbstractMediaState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.AbstractMediaState
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AudioState, VideoState

public class AbstractMediaState
extends AbstractComponentState

See Also:
Serialized Form

Field Summary
 java.lang.String altText
           
 boolean autoplay
           
 boolean htmlContentAllowed
           
 boolean muted
           
 boolean showControls
           
 java.util.List<URLReference> sources
           
 java.util.List<java.lang.String> sourceTypes
           
 
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
AbstractMediaState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

showControls

public boolean showControls

altText

@NoLayout
public java.lang.String altText

htmlContentAllowed

public boolean htmlContentAllowed

autoplay

@NoLayout
public boolean autoplay

muted

@NoLayout
public boolean muted

sources

public java.util.List<URLReference> sources

sourceTypes

public java.util.List<java.lang.String> sourceTypes
Constructor Detail

AbstractMediaState

public AbstractMediaState()


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