Field Summary |
---|
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>). |
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>). |
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>). |
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>). |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |