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

java.lang.Object
  extended by 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

Field Summary
static long ACCESSKEY_PROP
           
static long ALIGN_PROP
           
static long ALT_PROP
           
static long CHARSET_PROP
           
static long CHECKED_PROP
           
static Map<String,Long> COMMON_PROPERTIES_KEY_BY_NAME
           
static String COMMON_PROPERTIES_MARKED
           
static long COORDS_PROP
           
static long DIR_PROP
           
static long DISABLED_PROP
           
static long ENABLED_PROP
           
static long ESCAPE_PROP
           
static long HREFLANG_PROP
           
static long LABEL_PROP
           
static long LANG_PROP
           
static long MAXLENGTH_PROP
           
static long ONBLUR_PROP
           
static long ONCHANGE_PROP
           
static long ONCLICK_PROP
           
static long ONDBLCLICK_PROP
           
static long ONFOCUS_PROP
           
static long ONKEYDOWN_PROP
           
static long ONKEYPRESS_PROP
           
static long ONKEYUP_PROP
           
static long ONMOUSEDOWN_PROP
           
static long ONMOUSEMOVE_PROP
           
static long ONMOUSEOUT_PROP
           
static long ONMOUSEOVER_PROP
           
static long ONMOUSEUP_PROP
           
static long ONSELECT_PROP
           
static long READONLY_PROP
           
static long REL_PROP
           
static long REV_PROP
           
static long SHAPE_PROP
           
static long SIZE_PROP
           
static long STYLE_PROP
           
static long STYLECLASS_PROP
           
static long TABINDEX_PROP
           
static long TARGET_PROP
           
static long TITLE_PROP
           
static long TYPE_PROP
           
 
Constructor Summary
CommonPropertyConstants()
           
 
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
 

Field Detail

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
Constructor Detail

CommonPropertyConstants

public CommonPropertyConstants()
Method Detail

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.