com.vaadin.shared.ui.audio
Class AudioState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.AbstractMediaState
              extended by com.vaadin.shared.ui.audio.AudioState
All Implemented Interfaces:
java.io.Serializable

public class AudioState
extends AbstractMediaState

Shared state for the Audio component.

Since:
7.6
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.vaadin.shared.ui.AbstractMediaState
altText, autoplay, htmlContentAllowed, muted, showControls, sources, 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
AudioState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioState

public AudioState()


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