2004.04.29


com.jdc.gui.html.tag
Interface TableColumn.Format

Enclosing interface:
TableColumn

public static interface TableColumn.Format

Format represents the Cascading Style Sheet (CSS) class styles for a table column.

Version:
1.0
Author:
Jay Damon

Field Summary
static String DATE
          The CSS style for table columns containing dates.
static String DECIMAL
          The CSS style for table columns containing decimal data.
static String INTEGER
          The CSS style for table columns containing integer data.
static String TEXT
          The CSS style for table columns containing text data.
 

Field Detail

DATE

public static final String DATE
The CSS style for table columns containing dates.

See Also:
Constant Field Values

DECIMAL

public static final String DECIMAL
The CSS style for table columns containing decimal data.

See Also:
Constant Field Values

INTEGER

public static final String INTEGER
The CSS style for table columns containing integer data.

See Also:
Constant Field Values

TEXT

public static final String TEXT
The CSS style for table columns containing text data.

See Also:
Constant Field Values

2004.04.29



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