org.apache.tapestry.grid
Class GridConstants
java.lang.Object
org.apache.tapestry.grid.GridConstants
public class GridConstants
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
GridConstants
public GridConstants()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.