Class CommonHtmlAttributes
- java.lang.Object
- 
- org.apache.myfaces.core.api.shared.CommonHtmlAttributes
 
- 
 public class CommonHtmlAttributes extends Object This is a list of the most common properties used by a Faces html component, organized by interfaces.
- 
- 
Field SummaryFields Modifier and Type Field Description static longACCESSKEYstatic longALIGNstatic longALTstatic StringATTRIBUTES_MARKEDstatic longCHARSETstatic longCHECKEDstatic Map<String,Long>COMMONERTIES_KEY_BY_NAMEstatic longCOORDSstatic longDIRstatic longDISABLEDstatic longENABLEDstatic longESCAPEstatic longHREFLANGstatic longLABELstatic longLANGstatic longMAXLENGTHstatic longONBLURstatic longONCHANGEstatic longONCLICKstatic longONCONTEXTMENUstatic longONCOPYstatic longONCUTstatic longONDBLCLICKstatic longONDRAGstatic longONDRAGENDstatic longONDRAGENTERstatic longONDRAGLEAVEstatic longONDRAGOVERstatic longONDRAGSTARTstatic longONDROPstatic longONFOCUSstatic longONINPUTstatic longONINVALIDstatic longONKEYDOWNstatic longONKEYPRESSstatic longONKEYUPstatic longONMOUSEDOWNstatic longONMOUSEMOVEstatic longONMOUSEOUTstatic longONMOUSEOVERstatic longONMOUSEUPstatic longONPASTEstatic longONRESETstatic longONSCROLLstatic longONSELECTstatic longONSUBMITstatic longONWHEELstatic longREADONLYstatic longRELstatic longREVstatic longROLEstatic longSHAPEstatic longSIZEstatic longSTYLEstatic longSTYLECLASSstatic longTABINDEXstatic longTARGETstatic longTITLEstatic longTYPE
 - 
Constructor SummaryConstructors Constructor Description CommonHtmlAttributes()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static longgetMarkedAttributes(UIComponent component)static voidmarkAttribute(UIComponent component, long propertyConstant)static voidmarkAttribute(UIComponent component, String name)
 
- 
- 
- 
Field Detail- 
ATTRIBUTES_MARKEDpublic static final String ATTRIBUTES_MARKED - See Also:
- Constant Field Values
 
 - 
STYLEpublic static final long STYLE - See Also:
- Constant Field Values
 
 - 
STYLECLASSpublic static final long STYLECLASS - See Also:
- Constant Field Values
 
 - 
DIRpublic static final long DIR - See Also:
- Constant Field Values
 
 - 
LANGpublic static final long LANG - See Also:
- Constant Field Values
 
 - 
TITLEpublic static final long TITLE - See Also:
- Constant Field Values
 
 - 
ESCAPEpublic static final long ESCAPE - See Also:
- Constant Field Values
 
 - 
DISABLEDpublic static final long DISABLED - See Also:
- Constant Field Values
 
 - 
ENABLEDpublic static final long ENABLED - See Also:
- Constant Field Values
 
 - 
READONLYpublic static final long READONLY - See Also:
- Constant Field Values
 
 - 
ACCESSKEYpublic static final long ACCESSKEY - See Also:
- Constant Field Values
 
 - 
ALTpublic static final long ALT - See Also:
- Constant Field Values
 
 - 
ONCHANGEpublic static final long ONCHANGE - See Also:
- Constant Field Values
 
 - 
ONSELECTpublic static final long ONSELECT - See Also:
- Constant Field Values
 
 - 
ONCLICKpublic static final long ONCLICK - See Also:
- Constant Field Values
 
 - 
ONDBLCLICKpublic static final long ONDBLCLICK - See Also:
- Constant Field Values
 
 - 
ONMOUSEDOWNpublic static final long ONMOUSEDOWN - See Also:
- Constant Field Values
 
 - 
ONMOUSEUPpublic static final long ONMOUSEUP - See Also:
- Constant Field Values
 
 - 
ONMOUSEOVERpublic static final long ONMOUSEOVER - See Also:
- Constant Field Values
 
 - 
ONMOUSEMOVEpublic static final long ONMOUSEMOVE - See Also:
- Constant Field Values
 
 - 
ONMOUSEOUTpublic static final long ONMOUSEOUT - See Also:
- Constant Field Values
 
 - 
ONKEYPRESSpublic static final long ONKEYPRESS - See Also:
- Constant Field Values
 
 - 
ONKEYDOWNpublic static final long ONKEYDOWN - See Also:
- Constant Field Values
 
 - 
ONKEYUPpublic static final long ONKEYUP - See Also:
- Constant Field Values
 
 - 
ONFOCUSpublic static final long ONFOCUS - See Also:
- Constant Field Values
 
 - 
ONBLURpublic static final long ONBLUR - See Also:
- Constant Field Values
 
 - 
LABELpublic static final long LABEL - See Also:
- Constant Field Values
 
 - 
CHARSETpublic static final long CHARSET - See Also:
- Constant Field Values
 
 - 
COORDSpublic static final long COORDS - See Also:
- Constant Field Values
 
 - 
HREFLANGpublic static final long HREFLANG - See Also:
- Constant Field Values
 
 - 
RELpublic static final long REL - See Also:
- Constant Field Values
 
 - 
REVpublic static final long REV - See Also:
- Constant Field Values
 
 - 
SHAPEpublic static final long SHAPE - See Also:
- Constant Field Values
 
 - 
TARGETpublic static final long TARGET - See Also:
- Constant Field Values
 
 - 
TYPEpublic static final long TYPE - See Also:
- Constant Field Values
 
 - 
TABINDEXpublic static final long TABINDEX - See Also:
- Constant Field Values
 
 - 
ALIGNpublic static final long ALIGN - See Also:
- Constant Field Values
 
 - 
CHECKEDpublic static final long CHECKED - See Also:
- Constant Field Values
 
 - 
MAXLENGTHpublic static final long MAXLENGTH - See Also:
- Constant Field Values
 
 - 
SIZEpublic static final long SIZE - See Also:
- Constant Field Values
 
 - 
ROLEpublic static final long ROLE - See Also:
- Constant Field Values
 
 - 
ONINPUTpublic static final long ONINPUT - See Also:
- Constant Field Values
 
 - 
ONINVALIDpublic static final long ONINVALID - See Also:
- Constant Field Values
 
 - 
ONRESETpublic static final long ONRESET - See Also:
- Constant Field Values
 
 - 
ONCONTEXTMENUpublic static final long ONCONTEXTMENU - See Also:
- Constant Field Values
 
 - 
ONSUBMITpublic static final long ONSUBMIT - See Also:
- Constant Field Values
 
 - 
ONWHEELpublic static final long ONWHEEL - See Also:
- Constant Field Values
 
 - 
ONCOPYpublic static final long ONCOPY - See Also:
- Constant Field Values
 
 - 
ONCUTpublic static final long ONCUT - See Also:
- Constant Field Values
 
 - 
ONPASTEpublic static final long ONPASTE - See Also:
- Constant Field Values
 
 - 
ONDRAGpublic static final long ONDRAG - See Also:
- Constant Field Values
 
 - 
ONDRAGENDpublic static final long ONDRAGEND - See Also:
- Constant Field Values
 
 - 
ONDRAGENTERpublic static final long ONDRAGENTER - See Also:
- Constant Field Values
 
 - 
ONDRAGLEAVEpublic static final long ONDRAGLEAVE - See Also:
- Constant Field Values
 
 - 
ONDRAGOVERpublic static final long ONDRAGOVER - See Also:
- Constant Field Values
 
 - 
ONDRAGSTARTpublic static final long ONDRAGSTART - See Also:
- Constant Field Values
 
 - 
ONDROPpublic static final long ONDROP - See Also:
- Constant Field Values
 
 - 
ONSCROLLpublic static final long ONSCROLL - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
markAttributepublic static void markAttribute(UIComponent component, String name) 
 - 
markAttributepublic static void markAttribute(UIComponent component, long propertyConstant) 
 - 
getMarkedAttributespublic static long getMarkedAttributes(UIComponent component) 
 
- 
 
-