org.apache.myfaces.html5.renderkit.util
Interface HTML5
public interface HTML5
Html constants for using in renderers.
Note that, this interface does not contain all of the element names and attribute names specified in Html spec. It
only contains used ones in MyFaces Html5 components, and may not contain the attributes which have the same name with
the Jsf component property.
- Author:
- Ali Ok
- See Also:
org.apache.myfaces.commons.util.renderkit.HTML
VIDEO_ELEM
static final String VIDEO_ELEM
- See Also:
- Constant Field Values
AUDIO_ELEM
static final String AUDIO_ELEM
- See Also:
- Constant Field Values
SOURCE_ELEM
static final String SOURCE_ELEM
- See Also:
- Constant Field Values
DATALIST_ELEM
static final String DATALIST_ELEM
- See Also:
- Constant Field Values
INPUT_ELEM
static final String INPUT_ELEM
- See Also:
- Constant Field Values
TEXTAREA_ELEM
static final String TEXTAREA_ELEM
- See Also:
- Constant Field Values
DIV_ELEM
static final String DIV_ELEM
- See Also:
- Constant Field Values
STYLE_ELEM
static final String STYLE_ELEM
- See Also:
- Constant Field Values
SCRIPT_ELEM
static final String SCRIPT_ELEM
- See Also:
- Constant Field Values
OPTION_ELEM
static final String OPTION_ELEM
- See Also:
- Constant Field Values
ID_ATTR
static final String ID_ATTR
- See Also:
- Constant Field Values
HEIGHT_ATTR
static final String HEIGHT_ATTR
- See Also:
- Constant Field Values
WIDTH_ATTR
static final String WIDTH_ATTR
- See Also:
- Constant Field Values
SRC_ATTR
static final String SRC_ATTR
- See Also:
- Constant Field Values
TYPE_ATTR
static final String TYPE_ATTR
- See Also:
- Constant Field Values
CLASS_ATTR
static final String CLASS_ATTR
- See Also:
- Constant Field Values
STYLE_ATTR
static final String STYLE_ATTR
- See Also:
- Constant Field Values
VALUE_ATTR
static final String VALUE_ATTR
- See Also:
- Constant Field Values
DISABLED_ATTR
static final String DISABLED_ATTR
- See Also:
- Constant Field Values
LABEL_ATTR
static final String LABEL_ATTR
- See Also:
- Constant Field Values
SCRIPT_TYPE_ATTR
static final String SCRIPT_TYPE_ATTR
- See Also:
- Constant Field Values
SCRIPT_TYPE_TEXT_JAVASCRIPT
static final String SCRIPT_TYPE_TEXT_JAVASCRIPT
- See Also:
- Constant Field Values
NAME_ATTR
static final String NAME_ATTR
- See Also:
- Constant Field Values
CONTROLS_ATTR
static final String CONTROLS_ATTR
- See Also:
- Constant Field Values
POSTER_ATTR
static final String POSTER_ATTR
- See Also:
- Constant Field Values
MEDIA_ATTR
static final String MEDIA_ATTR
- See Also:
- Constant Field Values
INPUT_TYPE_TEXT
static final String INPUT_TYPE_TEXT
- See Also:
- Constant Field Values
INPUT_TYPE_PASSWORD
static final String INPUT_TYPE_PASSWORD
- See Also:
- Constant Field Values
INPUT_TYPE_COLOR
static final String INPUT_TYPE_COLOR
- See Also:
- Constant Field Values
INPUT_TYPE_SEARCH
static final String INPUT_TYPE_SEARCH
- See Also:
- Constant Field Values
INPUT_TYPE_TEL
static final String INPUT_TYPE_TEL
- See Also:
- Constant Field Values
INPUT_TYPE_URL
static final String INPUT_TYPE_URL
- See Also:
- Constant Field Values
INPUT_TYPE_EMAIL
static final String INPUT_TYPE_EMAIL
- See Also:
- Constant Field Values
INPUT_TYPE_RANGE
static final String INPUT_TYPE_RANGE
- See Also:
- Constant Field Values
INPUT_TYPE_NUMBER
static final String INPUT_TYPE_NUMBER
- See Also:
- Constant Field Values
INPUT_TYPE_DATETIME
static final String INPUT_TYPE_DATETIME
- See Also:
- Constant Field Values
INPUT_TYPE_DATE
static final String INPUT_TYPE_DATE
- See Also:
- Constant Field Values
INPUT_TYPE_TIME
static final String INPUT_TYPE_TIME
- See Also:
- Constant Field Values
INPUT_TYPE_MONTH
static final String INPUT_TYPE_MONTH
- See Also:
- Constant Field Values
INPUT_TYPE_WEEK
static final String INPUT_TYPE_WEEK
- See Also:
- Constant Field Values
INPUT_TYPE_DATETIME_LOCAL
static final String INPUT_TYPE_DATETIME_LOCAL
- See Also:
- Constant Field Values
LIST_ATTR
static final String LIST_ATTR
- See Also:
- Constant Field Values
PATTERN_ATTR
static final String PATTERN_ATTR
- See Also:
- Constant Field Values
MIN_ATTR
static final String MIN_ATTR
- See Also:
- Constant Field Values
MAX_ATTR
static final String MAX_ATTR
- See Also:
- Constant Field Values
STEP_ATTR
static final String STEP_ATTR
- See Also:
- Constant Field Values
AUTOCOMPLETE_ATTR
static final String AUTOCOMPLETE_ATTR
- See Also:
- Constant Field Values
DRAGGABLE_ATTR
static final String DRAGGABLE_ATTR
- See Also:
- Constant Field Values
CONTENTEDITABLE_ATTR
static final String CONTENTEDITABLE_ATTR
- See Also:
- Constant Field Values
SPELLCHECK_ATTR
static final String SPELLCHECK_ATTR
- See Also:
- Constant Field Values
LOW_ATTR
static final String LOW_ATTR
- See Also:
- Constant Field Values
HIGH_ATTR
static final String HIGH_ATTR
- See Also:
- Constant Field Values
OPTIMUM_ATTR
static final String OPTIMUM_ATTR
- See Also:
- Constant Field Values
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.