Package org.apache.tapestry5
Class ComponentParameterConstants
java.lang.Object
org.apache.tapestry5.ComponentParameterConstants
Constants for core component parameters defined by
Symbol
- Since:
- 5.3
-
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
static final String
The default position of theGrid
pager.static final String
The default number for how many rows to display in aGrid
page.static final String
The default name of the CSS class for the <table> element of theGrid
component.static final String
The defaultAsset
to display inGridColumns
header for ascending sort action.static final String
The defaultAsset
to display inGridColumns
header for descending sort action.static final String
The defaultAsset
to display inGridColumns
header for identifying a sortable column.static final String
The default number of page range to display in theGridPager
before and after the current page.static final String
The default size of rows to display in aPalette
component.static final String
The default for whether components that use a SelectModel (e.g.static final String
Deprecated.Deprecated in 5.4 with no replacement.static final String
Deprecated.Deprecated in 5.4 with no replacement. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GRID_ROWS_PER_PAGE
The default number for how many rows to display in aGrid
page.- See Also:
-
GRID_PAGER_POSITION
The default position of theGrid
pager.- See Also:
-
GRID_EMPTY_BLOCK
- See Also:
-
GRID_TABLE_CSS_CLASS
The default name of the CSS class for the <table> element of theGrid
component.- See Also:
-
GRIDPAGER_PAGE_RANGE
The default number of page range to display in theGridPager
before and after the current page.- See Also:
-
GRIDCOLUMNS_ASCENDING_ASSET
The defaultAsset
to display inGridColumns
header for ascending sort action.- See Also:
-
GRIDCOLUMNS_DESCENDING_ASSET
The defaultAsset
to display inGridColumns
header for descending sort action.- See Also:
-
GRIDCOLUMNS_SORTABLE_ASSET
The defaultAsset
to display inGridColumns
header for identifying a sortable column.- See Also:
-
FORMINJECTOR_INSERT_POSITION
Deprecated.Deprecated in 5.4 with no replacement.The default position where to insert content intoForm
. Defaults to "above".- See Also:
-
FORMINJECTOR_SHOW_FUNCTION
Deprecated.Deprecated in 5.4 with no replacement.The default name for a JS function to use to show the injected content by the (removed in 5.4) FormInjector component. Defaults to "highlight".- See Also:
-
PALETTE_ROWS_SIZE
The default size of rows to display in aPalette
component. Defaults to 10.- See Also:
-
VALIDATE_WITH_MODEL
The default for whether components that use a SelectModel (e.g.Select
) enforce that the submitted value is one of the values in the SelectModel- Since:
- 5.4
- See Also:
-
ZONE_SHOW_METHOD
Deprecated.Deprecated in 5.4 with no replacement.The default name of a JS function attached to Tapestry.ElementEffect object to use for the initial visualization of aZone
. Defaults to "show"- See Also:
-
ZONE_UPDATE_METHOD
Deprecated.Deprecated in 5.4 with no replacement.The default name of a JS function attached to Tapestry.ElementEffect object to point out an update on aZone
. Defaults to "highlight"- See Also:
-
-
Constructor Details
-
ComponentParameterConstants
public ComponentParameterConstants()
-