|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry5.grid.GridConstants
public class GridConstants
Field Summary | |
---|---|
static String |
COLUMNS_ASCENDING
Default Asset for ascending columns sort |
static String |
COLUMNS_DESCENDING
Default Asset for ascending columns sort |
static String |
COLUMNS_SORTABLE
Default Asset for sortable columns |
static String |
EMPTY_BLOCK
Block name to display in place of an empty Grid |
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 int |
PAGER_PAGE_RANGE
Default number of page to display before and after the current page in the GridPager |
static String |
PAGER_POSITION
Default pager position |
static int |
ROWS_PER_PAGE
Number of rows to diplay within each Grid page. |
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. |
static String |
TABLE_CLASS
CSS class for the <table> element. |
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 |
---|
public static final String FIRST_CLASS
public static final String LAST_CLASS
public static final String SORT_ASCENDING_CLASS
public static final String SORT_DESCENDING_CLASS
public static final int ROWS_PER_PAGE
Grid
page.
public static final String TABLE_CLASS
public static final String PAGER_POSITION
public static final String EMPTY_BLOCK
Grid
public static final int PAGER_PAGE_RANGE
GridPager
public static final String COLUMNS_ASCENDING
Asset
for ascending columns sort
public static final String COLUMNS_DESCENDING
Asset
for ascending columns sort
public static final String COLUMNS_SORTABLE
Asset
for sortable columns
Constructor Detail |
---|
public GridConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |