Package com.teamdev.jxbrowser.dom.event
Interface EventType
public interface EventType
A DOM event type.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
static final EventType
-
Method Summary
-
Field Details
-
CLICK
-
DOUBLE_CLICK
-
MOUSE_DOWN
-
MOUSE_UP
-
MOUSE_OVER
-
MOUSE_MOVE
-
MOUSE_ENTER
-
MOUSE_OUT
-
WHEEL
-
KEY_DOWN
-
KEY_UP
-
KEY_PRESS
-
LOAD
-
UNLOAD
-
ABORT
-
ERROR
-
RESIZE
-
SCROLL
-
SELECT
-
CHANGE
-
SUBMIT
-
RESET
-
FOCUS
-
BLUR
-
-
Method Details
-
of
Returns theEventType
instance for the giveneventName
.- Parameters:
eventName
- the name of the event. For example, "dblclick", "keyup", "blur"- Throws:
IllegalArgumentException
- wheneventName
is empty or blank
-
value
Returns a string representation of the event type.
-