public interface HtmlConstants
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIBUTE_LIST
The
attribute of an input element
to reference a datalist via its id. |
static String |
INPUT_TYPE_COLOR
The
type of the
InputElement for a color. |
static String |
INPUT_TYPE_DATE
The
type of the
InputElement for a date. |
static String |
INPUT_TYPE_DATETIME
The
type of the
InputElement for a date with time. |
static String |
INPUT_TYPE_NUMBER
The
type of the
InputElement for a number spin-box. |
static String |
INPUT_TYPE_RANGE
The
type of the
InputElement for a range slider. |
static String |
INPUT_TYPE_TIME
The
type of the
InputElement for a time. |
static int |
TAB_INDEX_DISABLE
The value for
tabIndex to remove from
tab-order. |
static String |
TAG_DATALIST
The
tag name of a DataList . |
static final int TAB_INDEX_DISABLE
tabIndex
to remove from
tab-order. See GWT Bug
8323.static final String INPUT_TYPE_RANGE
type
of the
InputElement
for a range slider.static final String INPUT_TYPE_NUMBER
type
of the
InputElement
for a number spin-box.static final String INPUT_TYPE_COLOR
type
of the
InputElement
for a color.static final String INPUT_TYPE_DATE
type
of the
InputElement
for a date.static final String INPUT_TYPE_TIME
type
of the
InputElement
for a time.static final String INPUT_TYPE_DATETIME
type
of the
InputElement
for a date with time.static final String TAG_DATALIST
tag name
of a DataList
.static final String ATTRIBUTE_LIST
attribute
of an input element
to reference a datalist via its id.Copyright © 2001–2016 mmm-Team. All rights reserved.