org.loom.servlet.names
Interface HtmlExtendedAttributeNames


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

MESSAGE

static final java.lang.String MESSAGE
overriden validation message, if any

See Also:
Constant Field Values

EXCLUDE_MIN

static final java.lang.String EXCLUDE_MIN
true to exclude the minimum value of the range

See Also:
Constant Field Values

EXCLUDE_MAX

static final java.lang.String EXCLUDE_MAX
true to exclude the maximum value of the range

See Also:
Constant Field Values

PRECISION

static final java.lang.String PRECISION
the precision of a numeric field

See Also:
Constant Field Values

SCALE

static final java.lang.String SCALE
the scale of a numeric field

See Also:
Constant Field Values

MIN

static final java.lang.String MIN
the minimum value of a number

See Also:
Constant Field Values

MAX

static final java.lang.String MAX
the maximum value of a number

See Also:
Constant Field Values

MIN_LENGTH

static final java.lang.String MIN_LENGTH
the minimum length of a text value

See Also:
Constant Field Values

TRANSLATED_NAME

static final java.lang.String TRANSLATED_NAME
if there is no surrounding label, this field will be used to display the translated field name

See Also:
Constant Field Values