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.
Interface EventId
-
All Superinterfaces:
public interface EventId extends Serializable
-
-
Field Summary
Fields Modifier and Type Field Description static String
BLUR
static String
CHANGE
static String
CLICK_EVENT_IDENTIFIER
static String
CONTEXT_CLICK
static String
FOCUS
static String
LAYOUT_CLICK_EVENT_IDENTIFIER
static String
POLL
static String
WINDOW_ORDER
-
-
-
Field Detail
-
BLUR
static final String BLUR
See Also:
-
FOCUS
static final String FOCUS
See Also:
-
CLICK_EVENT_IDENTIFIER
static final String CLICK_EVENT_IDENTIFIER
See Also:
-
LAYOUT_CLICK_EVENT_IDENTIFIER
static final String LAYOUT_CLICK_EVENT_IDENTIFIER
See Also:
-
POLL
static final String POLL
See Also:
-
CHANGE
static final String CHANGE
See Also:
-
CONTEXT_CLICK
static final String CONTEXT_CLICK
See Also:
-
WINDOW_ORDER
static final String WINDOW_ORDER
See Also:
-
-