org.apache.myfaces.shared_tomahawk.renderkit.html
Class CommonEventConstants

java.lang.Object
  extended by org.apache.myfaces.shared_tomahawk.renderkit.html.CommonEventConstants

public class CommonEventConstants
extends Object

Author:
lu4242

Field Summary
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
CommonEventConstants()
           
 
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
 

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

COMMON_EVENTS_KEY_BY_NAME

public static final Map<String,Long> COMMON_EVENTS_KEY_BY_NAME
Constructor Detail

CommonEventConstants

public CommonEventConstants()
Method Detail

markEvent

public static void markEvent(javax.faces.component.UIComponent component,
                             String name)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.