2004.04.29


com.jdc.gui.html.form
Interface FormField.Label

Enclosing interface:
FormField

public static interface FormField.Label

Label contains Cascading Style Sheet class names for class FormField labels.

Version:
1.0
Author:
Jay Damon

Field Summary
static String DISABLED
          A Cascading Style Sheet class style name representing a normal input field label.
static String ENABLED
          A Cascading Style Sheet class style name representing a normal input field label.
static String ERROR
          A Cascading Style Sheet class style name representing an input field label error.
static String REQUIRED
          A Cascading Style Sheet class style name representing a required input field label.
static String WARNING
          A Cascading Style Sheet class style name representing an input field label warning.
 

Field Detail

ENABLED

public static final String ENABLED
A Cascading Style Sheet class style name representing a normal input field label.

See Also:
Constant Field Values

DISABLED

public static final String DISABLED
A Cascading Style Sheet class style name representing a normal input field label.

See Also:
Constant Field Values

REQUIRED

public static final String REQUIRED
A Cascading Style Sheet class style name representing a required input field label.

See Also:
Constant Field Values

WARNING

public static final String WARNING
A Cascading Style Sheet class style name representing an input field label warning.

See Also:
Constant Field Values

ERROR

public static final String ERROR
A Cascading Style Sheet class style name representing an input field label error.

See Also:
Constant Field Values

2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.