public class AbstractMediaState extends AbstractComponentState
Modifier and Type | Field and Description |
---|---|
String |
altText |
boolean |
autoplay |
boolean |
htmlContentAllowed |
boolean |
loop
Looping of media active (true) or not.
|
boolean |
muted |
PreloadMode |
preload
Preload mode for the media.
|
boolean |
showControls |
List<URLReference> |
sources |
List<String> |
sourceTypes |
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, width
enabled, registeredEventListeners, resources
Constructor and Description |
---|
AbstractMediaState() |
public boolean showControls
public boolean htmlContentAllowed
@NoLayout public boolean autoplay
@NoLayout public boolean muted
@NoLayout public PreloadMode preload
@NoLayout public boolean loop
public List<URLReference> sources
Copyright © 2018 Vaadin Ltd. All rights reserved.