Class CommonHtmlEvents
- java.lang.Object
- 
- org.apache.myfaces.core.api.shared.CommonHtmlEvents
 
- 
 public class CommonHtmlEvents extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static longACTIONstatic longBLURstatic longCHANGEstatic longCLICKstatic Map<String,Long>COMMON_EVENTS_KEY_BY_NAMEstatic longCONTEXTMENUstatic longCOPYstatic longCUTstatic longDBLCLICKstatic longDRAGstatic longDRAGENDstatic longDRAGENTERstatic longDRAGLEAVEstatic longDRAGOVERstatic longDRAGSTARTstatic longDROPstatic StringEVENTS_MARKEDstatic longFOCUSstatic longINPUTstatic longINVALIDstatic longKEYDOWNstatic longKEYPRESSstatic longKEYUPstatic longLOADstatic longMOUSEDOWNstatic longMOUSEMOVEstatic longMOUSEOUTstatic longMOUSEOVERstatic longMOUSEUPstatic longPASTEstatic longRESETstatic longSCROLLstatic longSELECTstatic longSUBMITstatic longUNLOADstatic longVALUECHANGEstatic longWHEEL
 - 
Constructor SummaryConstructors Constructor Description CommonHtmlEvents()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static longgetMarkedEvents(UIComponent component)static voidmarkEvent(UIComponent component, String name)
 
- 
- 
- 
Field Detail- 
EVENTS_MARKEDpublic static final String EVENTS_MARKED - See Also:
- Constant Field Values
 
 - 
ACTIONpublic static final long ACTION - See Also:
- Constant Field Values
 
 - 
CLICKpublic static final long CLICK - See Also:
- Constant Field Values
 
 - 
DBLCLICKpublic static final long DBLCLICK - See Also:
- Constant Field Values
 
 - 
MOUSEDOWNpublic static final long MOUSEDOWN - See Also:
- Constant Field Values
 
 - 
MOUSEUPpublic static final long MOUSEUP - See Also:
- Constant Field Values
 
 - 
MOUSEOVERpublic static final long MOUSEOVER - See Also:
- Constant Field Values
 
 - 
MOUSEMOVEpublic static final long MOUSEMOVE - See Also:
- Constant Field Values
 
 - 
MOUSEOUTpublic static final long MOUSEOUT - See Also:
- Constant Field Values
 
 - 
KEYPRESSpublic static final long KEYPRESS - See Also:
- Constant Field Values
 
 - 
KEYDOWNpublic static final long KEYDOWN - See Also:
- Constant Field Values
 
 - 
KEYUPpublic static final long KEYUP - See Also:
- Constant Field Values
 
 - 
FOCUSpublic static final long FOCUS - See Also:
- Constant Field Values
 
 - 
BLURpublic static final long BLUR - See Also:
- Constant Field Values
 
 - 
SELECTpublic static final long SELECT - See Also:
- Constant Field Values
 
 - 
CHANGEpublic static final long CHANGE - See Also:
- Constant Field Values
 
 - 
VALUECHANGEpublic static final long VALUECHANGE - See Also:
- Constant Field Values
 
 - 
LOADpublic static final long LOAD - See Also:
- Constant Field Values
 
 - 
UNLOADpublic static final long UNLOAD - See Also:
- Constant Field Values
 
 - 
INPUTpublic static final long INPUT - See Also:
- Constant Field Values
 
 - 
INVALIDpublic static final long INVALID - See Also:
- Constant Field Values
 
 - 
RESETpublic static final long RESET - See Also:
- Constant Field Values
 
 - 
CONTEXTMENUpublic static final long CONTEXTMENU - See Also:
- Constant Field Values
 
 - 
SUBMITpublic static final long SUBMIT - See Also:
- Constant Field Values
 
 - 
WHEELpublic static final long WHEEL - See Also:
- Constant Field Values
 
 - 
COPYpublic static final long COPY - See Also:
- Constant Field Values
 
 - 
CUTpublic static final long CUT - See Also:
- Constant Field Values
 
 - 
PASTEpublic static final long PASTE - See Also:
- Constant Field Values
 
 - 
DRAGpublic static final long DRAG - See Also:
- Constant Field Values
 
 - 
DRAGENDpublic static final long DRAGEND - See Also:
- Constant Field Values
 
 - 
DRAGENTERpublic static final long DRAGENTER - See Also:
- Constant Field Values
 
 - 
DRAGLEAVEpublic static final long DRAGLEAVE - See Also:
- Constant Field Values
 
 - 
DRAGOVERpublic static final long DRAGOVER - See Also:
- Constant Field Values
 
 - 
DRAGSTARTpublic static final long DRAGSTART - See Also:
- Constant Field Values
 
 - 
DROPpublic static final long DROP - See Also:
- Constant Field Values
 
 - 
SCROLLpublic static final long SCROLL - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
markEventpublic static void markEvent(UIComponent component, String name) 
 - 
getMarkedEventspublic static long getMarkedEvents(UIComponent component) 
 
- 
 
-