org.apache.tapestry5.grid
Class GridConstants

java.lang.Object
  extended by org.apache.tapestry5.grid.GridConstants

public class GridConstants
extends Object


Field Summary
static String FIRST_CLASS
          CSS class for the first column or the first row.
static String LAST_CLASS
          CSS class for the last column or the last row.
static String SORT_ASCENDING_CLASS
          Marks the column that is currently sorted for sort ascending.
static String SORT_DESCENDING_CLASS
          Marks the column that is currently sorted for sort descending.
 
Constructor Summary
GridConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIRST_CLASS

public static final String FIRST_CLASS
CSS class for the first column or the first row. May be applied to a <th> (in the <thead>) or a <tr> (in the <tbody>).

See Also:
Constant Field Values

LAST_CLASS

public static final String LAST_CLASS
CSS class for the last column or the last row. May be applied to a <th> (in the <thead>) or a <tr> (in the <tbody>).

See Also:
Constant Field Values

SORT_ASCENDING_CLASS

public static final String SORT_ASCENDING_CLASS
Marks the column that is currently sorted for sort ascending. May be applied to a <th> (in the <thead> or a <td> in the <tbody>).

See Also:
Constant Field Values

SORT_DESCENDING_CLASS

public static final String SORT_DESCENDING_CLASS
Marks the column that is currently sorted for sort descending. May be applied to a <th> (in the <thead> or a <td> in the <tbody>).

See Also:
Constant Field Values
Constructor Detail

GridConstants

public GridConstants()


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.