org.apache.myfaces.shared_tomahawk.renderkit.html
Class CommonEventConstants
java.lang.Object
org.apache.myfaces.shared_tomahawk.renderkit.html.CommonEventConstants
public class CommonEventConstants
- extends Object
- Author:
- lu4242
Method Summary |
static void |
markEvent(javax.faces.component.UIComponent component,
String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
COMMON_EVENTS_KEY_BY_NAME
public static final Map<String,Long> COMMON_EVENTS_KEY_BY_NAME
CommonEventConstants
public CommonEventConstants()
markEvent
public static void markEvent(javax.faces.component.UIComponent component,
String name)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.