We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.shared.ui.
Class ShortCutConstants
- java.lang.Object
-
- com.vaadin.shared.ui.ShortCutConstants
-
All Implemented Interfaces:
public class ShortCutConstants extends Object implements Serializable
See Also:
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_CAPTION_ATTRIBUTE
static String
ACTION_KEY_ATTRIBUTE
static String
ACTION_MODIFIER_KEYS_ATTRIBUTE
static String
ACTION_SHORTCUT_KEY_ATTRIBUTE
static String
ACTION_TARGET_ACTION_ATTRIBUTE
static String
ACTION_TARGET_ACTION_VARIABLE
static String
ACTION_TARGET_ATTRIBUTE
static String
ACTION_TARGET_VARIABLE
-
Constructor Summary
Constructors Constructor Description ShortCutConstants()
-
-
-
Field Detail
-
ACTION_TARGET_ATTRIBUTE
public static final String ACTION_TARGET_ATTRIBUTE
See Also:
-
ACTION_TARGET_ACTION_ATTRIBUTE
public static final String ACTION_TARGET_ACTION_ATTRIBUTE
See Also:
-
ACTION_CAPTION_ATTRIBUTE
public static final String ACTION_CAPTION_ATTRIBUTE
See Also:
-
ACTION_KEY_ATTRIBUTE
public static final String ACTION_KEY_ATTRIBUTE
See Also:
-
ACTION_SHORTCUT_KEY_ATTRIBUTE
public static final String ACTION_SHORTCUT_KEY_ATTRIBUTE
See Also:
-
ACTION_MODIFIER_KEYS_ATTRIBUTE
public static final String ACTION_MODIFIER_KEYS_ATTRIBUTE
See Also:
-
ACTION_TARGET_VARIABLE
public static final String ACTION_TARGET_VARIABLE
See Also:
-
ACTION_TARGET_ACTION_VARIABLE
public static final String ACTION_TARGET_ACTION_VARIABLE
See Also:
-
-