Package org.apache.tapestry5
Class ComponentParameterConstants
-
- org.apache.tapestry5.ComponentParameterConstants
-
public class ComponentParameterConstants extends
Constants for core component parameters defined bySymbol
- Since:
- 5.3
-
-
Field Summary
Fields Modifier and Type Field Description static
FORMINJECTOR_INSERT_POSITION
Deprecated.Deprecated in 5.4 with no replacement.static
FORMINJECTOR_SHOW_FUNCTION
Deprecated.Deprecated in 5.4 with no replacement.static
GRID_EMPTY_BLOCK
static
GRID_PAGER_POSITION
The default position of theGrid
pager.static
GRID_ROWS_PER_PAGE
The default number for how many rows to display in aGrid
page.static
GRID_TABLE_CSS_CLASS
The default name of the CSS class for the <table> element of theGrid
component.static
GRIDCOLUMNS_ASCENDING_ASSET
The defaultAsset
to display inGridColumns
header for ascending sort action.static
GRIDCOLUMNS_DESCENDING_ASSET
The defaultAsset
to display inGridColumns
header for descending sort action.static
GRIDCOLUMNS_SORTABLE_ASSET
The defaultAsset
to display inGridColumns
header for identifying a sortable column.static
GRIDPAGER_PAGE_RANGE
The default number of page range to display in theGridPager
before and after the current page.static
PALETTE_ROWS_SIZE
The default size of rows to display in aPalette
component.static
VALIDATE_WITH_MODEL
The default for whether components that use a SelectModel (e.g.static
ZONE_SHOW_METHOD
Deprecated.Deprecated in 5.4 with no replacement.static
ZONE_UPDATE_METHOD
Deprecated.Deprecated in 5.4 with no replacement.
-
Constructor Summary
Constructors Constructor Description ComponentParameterConstants()
-
-
-
Field Detail
-
GRID_ROWS_PER_PAGE
public static final GRID_ROWS_PER_PAGE
The default number for how many rows to display in aGrid
page.- See Also:
- Constant Field Values
-
GRID_PAGER_POSITION
public static final GRID_PAGER_POSITION
The default position of theGrid
pager.- See Also:
- Constant Field Values
-
GRID_EMPTY_BLOCK
public static final GRID_EMPTY_BLOCK
- See Also:
- Constant Field Values
-
GRID_TABLE_CSS_CLASS
public static final GRID_TABLE_CSS_CLASS
The default name of the CSS class for the <table> element of theGrid
component.- See Also:
- Constant Field Values
-
GRIDPAGER_PAGE_RANGE
public static final GRIDPAGER_PAGE_RANGE
The default number of page range to display in theGridPager
before and after the current page.- See Also:
- Constant Field Values
-
GRIDCOLUMNS_ASCENDING_ASSET
public static final GRIDCOLUMNS_ASCENDING_ASSET
The defaultAsset
to display inGridColumns
header for ascending sort action.- See Also:
- Constant Field Values
-
GRIDCOLUMNS_DESCENDING_ASSET
public static final GRIDCOLUMNS_DESCENDING_ASSET
The defaultAsset
to display inGridColumns
header for descending sort action.- See Also:
- Constant Field Values
-
GRIDCOLUMNS_SORTABLE_ASSET
public static final GRIDCOLUMNS_SORTABLE_ASSET
The defaultAsset
to display inGridColumns
header for identifying a sortable column.- See Also:
- Constant Field Values
-
FORMINJECTOR_INSERT_POSITION
public static final FORMINJECTOR_INSERT_POSITION
Deprecated.Deprecated in 5.4 with no replacement.The default position where to insert content intoForm
. Defaults to "above".- See Also:
- Constant Field Values
-
FORMINJECTOR_SHOW_FUNCTION
public static final 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:
- Constant Field Values
-
PALETTE_ROWS_SIZE
public static final PALETTE_ROWS_SIZE
The default size of rows to display in aPalette
component. Defaults to 10.- See Also:
- Constant Field Values
-
VALIDATE_WITH_MODEL
public static final 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:
- Constant Field Values
-
ZONE_SHOW_METHOD
public static final 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:
- Constant Field Values
-
ZONE_UPDATE_METHOD
public static final 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:
- Constant Field Values
-
-
Constructor Detail
-
ComponentParameterConstants
public ComponentParameterConstants()
-
-