org.loom.servlet.names
Interface CssClassNames


public interface CssClassNames

CSS styles generated automatically by loom. Some of these styles should not be required when using a modern browser, since there are CSS2 selectors like :disabled and [type=file] that work fine with grade A browsers.


Field Summary
static java.lang.String DATE
          a date field without time
static java.lang.String DATE_TIME
          a date field with time
static java.lang.String ERROR
          a field with an associated error message
static java.lang.String FILE
          input type="file" components
static java.lang.String NUMBER
          a number field
static java.lang.String REQUIRED
          a required field
static java.lang.String SINGLE_USE_TOKEN
          a link/form pointing to a SingleUseToken event
static java.lang.String STRING
          a string field
static java.lang.String TIME
          a time field
static java.lang.String UNAUTHORIZED
          a link that points to a forbidden event because the user does not have enough permissions
 

Field Detail

NUMBER

static final java.lang.String NUMBER
a number field

See Also:
Constant Field Values

STRING

static final java.lang.String STRING
a string field

See Also:
Constant Field Values

DATE

static final java.lang.String DATE
a date field without time

See Also:
Constant Field Values

DATE_TIME

static final java.lang.String DATE_TIME
a date field with time

See Also:
Constant Field Values

TIME

static final java.lang.String TIME
a time field

See Also:
Constant Field Values

FILE

static final java.lang.String FILE
input type="file" components

See Also:
Constant Field Values

ERROR

static final java.lang.String ERROR
a field with an associated error message

See Also:
Constant Field Values

UNAUTHORIZED

static final java.lang.String UNAUTHORIZED
a link that points to a forbidden event because the user does not have enough permissions

See Also:
Constant Field Values

REQUIRED

static final java.lang.String REQUIRED
a required field

See Also:
Constant Field Values

SINGLE_USE_TOKEN

static final java.lang.String SINGLE_USE_TOKEN
a link/form pointing to a SingleUseToken event

See Also:
Constant Field Values