Package org.apache.tapestry5.grid
Class GridConstants
-
- org.apache.tapestry5.grid.GridConstants
-
public class GridConstants extends
-
-
Field Summary
Fields Modifier and Type Field Description static
COLUMNS_ASCENDING
Deprecated.Deprecated in 5.4 with no replacement.static
COLUMNS_DESCENDING
Deprecated.Deprecated in 5.4 with no replacement.static
COLUMNS_SORTABLE
Deprecated.Deprecated in 5.4 with no replacement.static
EMPTY_BLOCK
Block name to display in place of an emptyGrid
static
FIRST_CLASS
Deprecated.Deprecated in 5.4 with no replacement.static
LAST_CLASS
Deprecated.Deprecated in 5.4 with no replacement.static int
PAGER_PAGE_RANGE
Default number of page to display before and after the current page in theGridPager
static
PAGER_POSITION
Default pager positionstatic int
ROWS_PER_PAGE
Number of rows to diplay within eachGrid
page.static
SORT_ASCENDING_CLASS
Deprecated.Deprecated in 5.4 with no replacement.static
SORT_DESCENDING_CLASS
Deprecated.Deprecated in 5.4 with no replacement.static
TABLE_CLASS
CSS class for the <table> element.
-
Constructor Summary
Constructors Constructor Description GridConstants()
-
-
-
Field Detail
-
FIRST_CLASS
public static final FIRST_CLASS
Deprecated.Deprecated in 5.4 with no replacement.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 LAST_CLASS
Deprecated.Deprecated in 5.4 with no replacement.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 SORT_ASCENDING_CLASS
Deprecated.Deprecated in 5.4 with no replacement.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 SORT_DESCENDING_CLASS
Deprecated.Deprecated in 5.4 with no replacement.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
-
ROWS_PER_PAGE
public static final int ROWS_PER_PAGE
Number of rows to diplay within eachGrid
page.- See Also:
- Constant Field Values
-
TABLE_CLASS
public static final TABLE_CLASS
CSS class for the <table> element. Change in 5.4 from "t-data-grid" due to the introduction of Twitter Bootstrap.- See Also:
- Constant Field Values
-
PAGER_POSITION
public static final PAGER_POSITION
Default pager position- See Also:
- Constant Field Values
-
EMPTY_BLOCK
public static final EMPTY_BLOCK
Block name to display in place of an emptyGrid
- See Also:
- Constant Field Values
-
PAGER_PAGE_RANGE
public static final int PAGER_PAGE_RANGE
Default number of page to display before and after the current page in theGridPager
- See Also:
- Constant Field Values
-
COLUMNS_ASCENDING
public static final COLUMNS_ASCENDING
Deprecated.Deprecated in 5.4 with no replacement.DefaultAsset
for ascending columns sort- See Also:
- Constant Field Values
-
COLUMNS_DESCENDING
public static final COLUMNS_DESCENDING
Deprecated.Deprecated in 5.4 with no replacement.DefaultAsset
for ascending columns sort- See Also:
- Constant Field Values
-
COLUMNS_SORTABLE
public static final COLUMNS_SORTABLE
Deprecated.Deprecated in 5.4 with no replacement.DefaultAsset
for sortable columns- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GridConstants
public GridConstants()
-
-