Class CommonEventConstants
- java.lang.Object
-
- org.apache.myfaces.renderkit.html.util.CommonEventConstants
-
public class CommonEventConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static long
ACTION_EVENT
static long
BLUR_EVENT
static long
CHANGE_EVENT
static long
CLICK_EVENT
static Map<String,Long>
COMMON_EVENTS_KEY_BY_NAME
static String
COMMON_EVENTS_MARKED
static long
DBLCLICK_EVENT
static long
FOCUS_EVENT
static long
KEYDOWN_EVENT
static long
KEYPRESS_EVENT
static long
KEYUP_EVENT
static long
LOAD_EVENT
static long
MOUSEDOWN_EVENT
static long
MOUSEMOVE_EVENT
static long
MOUSEOUT_EVENT
static long
MOUSEOVER_EVENT
static long
MOUSEUP_EVENT
static long
SELECT_EVENT
static long
UNLOAD_EVENT
static long
VALUECHANGE_EVENT
-
Constructor Summary
Constructors Constructor Description CommonEventConstants()
-
-
-
Field Detail
-
COMMON_EVENTS_MARKED
public static final String COMMON_EVENTS_MARKED
- See Also:
- Constant Field Values
-
ACTION_EVENT
public static final long ACTION_EVENT
- See Also:
- Constant Field Values
-
CLICK_EVENT
public static final long CLICK_EVENT
- See Also:
- Constant Field Values
-
DBLCLICK_EVENT
public static final long DBLCLICK_EVENT
- See Also:
- Constant Field Values
-
MOUSEDOWN_EVENT
public static final long MOUSEDOWN_EVENT
- See Also:
- Constant Field Values
-
MOUSEUP_EVENT
public static final long MOUSEUP_EVENT
- See Also:
- Constant Field Values
-
MOUSEOVER_EVENT
public static final long MOUSEOVER_EVENT
- See Also:
- Constant Field Values
-
MOUSEMOVE_EVENT
public static final long MOUSEMOVE_EVENT
- See Also:
- Constant Field Values
-
MOUSEOUT_EVENT
public static final long MOUSEOUT_EVENT
- See Also:
- Constant Field Values
-
KEYPRESS_EVENT
public static final long KEYPRESS_EVENT
- See Also:
- Constant Field Values
-
KEYDOWN_EVENT
public static final long KEYDOWN_EVENT
- See Also:
- Constant Field Values
-
KEYUP_EVENT
public static final long KEYUP_EVENT
- See Also:
- Constant Field Values
-
FOCUS_EVENT
public static final long FOCUS_EVENT
- See Also:
- Constant Field Values
-
BLUR_EVENT
public static final long BLUR_EVENT
- See Also:
- Constant Field Values
-
SELECT_EVENT
public static final long SELECT_EVENT
- See Also:
- Constant Field Values
-
CHANGE_EVENT
public static final long CHANGE_EVENT
- See Also:
- Constant Field Values
-
VALUECHANGE_EVENT
public static final long VALUECHANGE_EVENT
- See Also:
- Constant Field Values
-
LOAD_EVENT
public static final long LOAD_EVENT
- See Also:
- Constant Field Values
-
UNLOAD_EVENT
public static final long UNLOAD_EVENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
markEvent
public static void markEvent(UIComponent component, String name)
-
-