Package com.vaadin.shared
Interface EventId
-
- All Superinterfaces:
Serializable
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
-
-
-
Field Detail
-
BLUR
static final String BLUR
- See Also:
- Constant Field Values
-
FOCUS
static final String FOCUS
- See Also:
- Constant Field Values
-
CLICK_EVENT_IDENTIFIER
static final String CLICK_EVENT_IDENTIFIER
- See Also:
- Constant Field Values
-
LAYOUT_CLICK_EVENT_IDENTIFIER
static final String LAYOUT_CLICK_EVENT_IDENTIFIER
- See Also:
- Constant Field Values
-
POLL
static final String POLL
- See Also:
- Constant Field Values
-
CHANGE
static final String CHANGE
- See Also:
- Constant Field Values
-
CONTEXT_CLICK
static final String CONTEXT_CLICK
- See Also:
- Constant Field Values
-
-