|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HtmlExtendedAttributeNames
Names of generated attributes that are not part of the HTML 5 spec. These attributes have a "data-" prefix prepended.
Field Summary | |
---|---|
static java.lang.String |
EXCLUDE_MAX
true to exclude the maximum value of the range |
static java.lang.String |
EXCLUDE_MIN
true to exclude the minimum value of the range |
static java.lang.String |
MAX
the maximum value of a number |
static java.lang.String |
MESSAGE
overriden validation message, if any |
static java.lang.String |
MIN
the minimum value of a number |
static java.lang.String |
MIN_LENGTH
the minimum length of a text value |
static java.lang.String |
PRECISION
the precision of a numeric field |
static java.lang.String |
SCALE
the scale of a numeric field |
static java.lang.String |
TRANSLATED_NAME
if there is no surrounding label, this field will be used to display the translated field name |
Field Detail |
---|
static final java.lang.String MESSAGE
static final java.lang.String EXCLUDE_MIN
static final java.lang.String EXCLUDE_MAX
static final java.lang.String PRECISION
static final java.lang.String SCALE
static final java.lang.String MIN
static final java.lang.String MAX
static final java.lang.String MIN_LENGTH
static final java.lang.String TRANSLATED_NAME
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |