com.vaadin.shared.ui
Class AbstractMediaState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.AbstractMediaState
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- VideoState
public class AbstractMediaState
- extends AbstractComponentState
- See Also:
- Serialized Form
| Fields inherited from class com.vaadin.shared.AbstractComponentState |
caption, captionAsHtml, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AbstractMediaState
public AbstractMediaState()
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.