Package org.apache.tapestry5.grid
Class GridConstants
java.lang.Object
org.apache.tapestry5.grid.GridConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.Deprecated in 5.4 with no replacement.static final String
Deprecated.Deprecated in 5.4 with no replacement.static final String
Deprecated.Deprecated in 5.4 with no replacement.static final String
Block name to display in place of an emptyGrid
static final String
Deprecated.Deprecated in 5.4 with no replacement.static final String
Deprecated.Deprecated in 5.4 with no replacement.static final int
Default number of page to display before and after the current page in theGridPager
static final String
Default pager positionstatic final int
Number of rows to diplay within eachGrid
page.static final String
Deprecated.Deprecated in 5.4 with no replacement.static final String
Deprecated.Deprecated in 5.4 with no replacement.static final String
CSS class for the <table> element. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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:
-
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:
-
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:
-
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:
-
ROWS_PER_PAGE
Number of rows to diplay within eachGrid
page.- See Also:
-
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:
-
PAGER_POSITION
Default pager position- See Also:
-
EMPTY_BLOCK
Block name to display in place of an emptyGrid
- See Also:
-
PAGER_PAGE_RANGE
Default number of page to display before and after the current page in theGridPager
- See Also:
-
COLUMNS_ASCENDING
Deprecated.Deprecated in 5.4 with no replacement.DefaultAsset
for ascending columns sort- See Also:
-
COLUMNS_DESCENDING
Deprecated.Deprecated in 5.4 with no replacement.DefaultAsset
for ascending columns sort- See Also:
-
COLUMNS_SORTABLE
Deprecated.Deprecated in 5.4 with no replacement.DefaultAsset
for sortable columns- See Also:
-
-
Constructor Details
-
GridConstants
public GridConstants()
-