protected static enum VideoPlayerBase.PropertyKeys extends java.lang.Enum<VideoPlayerBase.PropertyKeys>
| Enum Constant and Description |
|---|
autoplay |
controls |
height |
library |
linkLabel |
loop |
muted |
name |
playsinline |
poster |
preload |
scope |
srcAttribute |
style |
styleClass |
type |
url |
value |
width |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static VideoPlayerBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VideoPlayerBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoPlayerBase.PropertyKeys autoplay
public static final VideoPlayerBase.PropertyKeys controls
public static final VideoPlayerBase.PropertyKeys height
public static final VideoPlayerBase.PropertyKeys library
public static final VideoPlayerBase.PropertyKeys linkLabel
public static final VideoPlayerBase.PropertyKeys loop
public static final VideoPlayerBase.PropertyKeys muted
public static final VideoPlayerBase.PropertyKeys name
public static final VideoPlayerBase.PropertyKeys playsinline
public static final VideoPlayerBase.PropertyKeys poster
public static final VideoPlayerBase.PropertyKeys preload
public static final VideoPlayerBase.PropertyKeys scope
public static final VideoPlayerBase.PropertyKeys style
public static final VideoPlayerBase.PropertyKeys styleClass
public static final VideoPlayerBase.PropertyKeys type
public static final VideoPlayerBase.PropertyKeys url
public static final VideoPlayerBase.PropertyKeys value
public static final VideoPlayerBase.PropertyKeys width
public static final VideoPlayerBase.PropertyKeys srcAttribute
public static VideoPlayerBase.PropertyKeys[] values()
for (VideoPlayerBase.PropertyKeys c : VideoPlayerBase.PropertyKeys.values()) System.out.println(c);
public static VideoPlayerBase.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<VideoPlayerBase.PropertyKeys>Copyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.