org.apache.myfaces.shared_tomahawk.renderkit.html
Class CommonPropertyConstants
java.lang.Object
org.apache.myfaces.shared_tomahawk.renderkit.html.CommonPropertyConstants
public class CommonPropertyConstants
- extends Object
This is a list of the most common properties used by a JSF html
component, organized by interfaces.
This is a copy from javax.faces.component._CommonPropertyConstants
and should be synchronized with this copy on shared
- Author:
- Leonardo Uribe
Method Summary |
static void |
markProperty(javax.faces.component.UIComponent component,
long propertyConstant)
|
static void |
markProperty(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_PROPERTIES_MARKED
public static final String COMMON_PROPERTIES_MARKED
- See Also:
- Constant Field Values
STYLE_PROP
public static final long STYLE_PROP
- See Also:
- Constant Field Values
STYLECLASS_PROP
public static final long STYLECLASS_PROP
- See Also:
- Constant Field Values
DIR_PROP
public static final long DIR_PROP
- See Also:
- Constant Field Values
LANG_PROP
public static final long LANG_PROP
- See Also:
- Constant Field Values
TITLE_PROP
public static final long TITLE_PROP
- See Also:
- Constant Field Values
ESCAPE_PROP
public static final long ESCAPE_PROP
- See Also:
- Constant Field Values
DISABLED_PROP
public static final long DISABLED_PROP
- See Also:
- Constant Field Values
ENABLED_PROP
public static final long ENABLED_PROP
- See Also:
- Constant Field Values
READONLY_PROP
public static final long READONLY_PROP
- See Also:
- Constant Field Values
ACCESSKEY_PROP
public static final long ACCESSKEY_PROP
- See Also:
- Constant Field Values
ALT_PROP
public static final long ALT_PROP
- See Also:
- Constant Field Values
ONCHANGE_PROP
public static final long ONCHANGE_PROP
- See Also:
- Constant Field Values
ONSELECT_PROP
public static final long ONSELECT_PROP
- See Also:
- Constant Field Values
ONCLICK_PROP
public static final long ONCLICK_PROP
- See Also:
- Constant Field Values
ONDBLCLICK_PROP
public static final long ONDBLCLICK_PROP
- See Also:
- Constant Field Values
ONMOUSEDOWN_PROP
public static final long ONMOUSEDOWN_PROP
- See Also:
- Constant Field Values
ONMOUSEUP_PROP
public static final long ONMOUSEUP_PROP
- See Also:
- Constant Field Values
ONMOUSEOVER_PROP
public static final long ONMOUSEOVER_PROP
- See Also:
- Constant Field Values
ONMOUSEMOVE_PROP
public static final long ONMOUSEMOVE_PROP
- See Also:
- Constant Field Values
ONMOUSEOUT_PROP
public static final long ONMOUSEOUT_PROP
- See Also:
- Constant Field Values
ONKEYPRESS_PROP
public static final long ONKEYPRESS_PROP
- See Also:
- Constant Field Values
ONKEYDOWN_PROP
public static final long ONKEYDOWN_PROP
- See Also:
- Constant Field Values
ONKEYUP_PROP
public static final long ONKEYUP_PROP
- See Also:
- Constant Field Values
ONFOCUS_PROP
public static final long ONFOCUS_PROP
- See Also:
- Constant Field Values
ONBLUR_PROP
public static final long ONBLUR_PROP
- See Also:
- Constant Field Values
LABEL_PROP
public static final long LABEL_PROP
- See Also:
- Constant Field Values
CHARSET_PROP
public static final long CHARSET_PROP
- See Also:
- Constant Field Values
COORDS_PROP
public static final long COORDS_PROP
- See Also:
- Constant Field Values
HREFLANG_PROP
public static final long HREFLANG_PROP
- See Also:
- Constant Field Values
REL_PROP
public static final long REL_PROP
- See Also:
- Constant Field Values
REV_PROP
public static final long REV_PROP
- See Also:
- Constant Field Values
SHAPE_PROP
public static final long SHAPE_PROP
- See Also:
- Constant Field Values
TARGET_PROP
public static final long TARGET_PROP
- See Also:
- Constant Field Values
TYPE_PROP
public static final long TYPE_PROP
- See Also:
- Constant Field Values
TABINDEX_PROP
public static final long TABINDEX_PROP
- See Also:
- Constant Field Values
ALIGN_PROP
public static final long ALIGN_PROP
- See Also:
- Constant Field Values
CHECKED_PROP
public static final long CHECKED_PROP
- See Also:
- Constant Field Values
MAXLENGTH_PROP
public static final long MAXLENGTH_PROP
- See Also:
- Constant Field Values
SIZE_PROP
public static final long SIZE_PROP
- See Also:
- Constant Field Values
COMMON_PROPERTIES_KEY_BY_NAME
public static final Map<String,Long> COMMON_PROPERTIES_KEY_BY_NAME
CommonPropertyConstants
public CommonPropertyConstants()
markProperty
public static void markProperty(javax.faces.component.UIComponent component,
String name)
markProperty
public static void markProperty(javax.faces.component.UIComponent component,
long propertyConstant)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.