protected static enum UIHotKey.Properties extends Enum<UIHotKey.Properties>
Enum Constant and Description |
---|
enabledInInput |
key |
onkeydown |
onkeyup |
preventDefault |
selector |
Modifier and Type | Method and Description |
---|---|
static UIHotKey.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIHotKey.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIHotKey.Properties enabledInInput
public static final UIHotKey.Properties key
public static final UIHotKey.Properties onkeydown
public static final UIHotKey.Properties onkeyup
public static final UIHotKey.Properties preventDefault
public static final UIHotKey.Properties selector
public static UIHotKey.Properties[] values()
for (UIHotKey.Properties c : UIHotKey.Properties.values()) System.out.println(c);
public static UIHotKey.Properties valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015 JBoss by Red Hat. All Rights Reserved.