org.icefaces.mobi.component.microphone
protected static enum MicrophoneBase.PropertyKeys extends java.lang.Enum<MicrophoneBase.PropertyKeys>
| Enum Constant and Description |
|---|
buttonLabel |
captureMessageLabel |
disabled |
immediate |
style |
styleClass |
tabindex |
value |
valueChangeListener |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static MicrophoneBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MicrophoneBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MicrophoneBase.PropertyKeys buttonLabel
public static final MicrophoneBase.PropertyKeys captureMessageLabel
public static final MicrophoneBase.PropertyKeys disabled
public static final MicrophoneBase.PropertyKeys immediate
public static final MicrophoneBase.PropertyKeys style
public static final MicrophoneBase.PropertyKeys styleClass
public static final MicrophoneBase.PropertyKeys tabindex
public static final MicrophoneBase.PropertyKeys value
public static final MicrophoneBase.PropertyKeys valueChangeListener
public static MicrophoneBase.PropertyKeys[] values()
for (MicrophoneBase.PropertyKeys c : MicrophoneBase.PropertyKeys.values()) System.out.println(c);
public static MicrophoneBase.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<MicrophoneBase.PropertyKeys>Copyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.