public static enum RichFacesHotkey.ModifierKeys extends Enum<RichFacesHotkey.ModifierKeys>
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.Keys |
getKey() |
static RichFacesHotkey.ModifierKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RichFacesHotkey.ModifierKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RichFacesHotkey.ModifierKeys ALT
public static final RichFacesHotkey.ModifierKeys SHIFT
public static final RichFacesHotkey.ModifierKeys CTRL
public static RichFacesHotkey.ModifierKeys[] values()
for (RichFacesHotkey.ModifierKeys c : RichFacesHotkey.ModifierKeys.values()) System.out.println(c);
public static RichFacesHotkey.ModifierKeys 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 nullpublic org.openqa.selenium.Keys getKey()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.