| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.ComponentParameterConstants
public class ComponentParameterConstants
Constants for core component parameters defined by Symbol
| Field Summary | |
|---|---|
| static String | FORMINJECTOR_INSERT_POSITIONThe default position where to insert content into Form. | 
| static String | FORMINJECTOR_SHOW_FUNCTIONThe default name for a JS function to use to show the injected content by FormInjector. | 
| static String | GRID_EMPTY_BLOCKThe default name of the Blockused to display an emptyGrid. | 
| static String | GRID_PAGER_POSITIONThe default position of the Gridpager. | 
| static String | GRID_ROWS_PER_PAGEThe default number for how many rows to display in a Gridpage. | 
| static String | GRID_TABLE_CSS_CLASSThe default name of the CSS class for the <table> element of the Gridcomponent. | 
| static String | GRIDCOLUMNS_ASCENDING_ASSETThe default Assetto display inGridColumnsheader for ascending sort action. | 
| static String | GRIDCOLUMNS_DESCENDING_ASSETThe default Assetto display inGridColumnsheader for descending sort action. | 
| static String | GRIDCOLUMNS_SORTABLE_ASSETThe default Assetto display inGridColumnsheader for identifying a sortable column. | 
| static String | GRIDPAGER_PAGE_RANGEThe default number of page range to display in the GridPagerbefore and after the current page. | 
| static String | PALETTE_ROWS_SIZEThe default size of rows to display in a Palettecomponent. | 
| static String | ZONE_SHOW_METHODThe default name of a JS function attached to Tapestry.ElementEffect object to use for the initial visualization of a Zone. | 
| static String | ZONE_UPDATE_METHODThe default name of a JS function attached to Tapestry.ElementEffect object to point out an update on a Zone. | 
| Constructor Summary | |
|---|---|
| ComponentParameterConstants() | |
| 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 GRID_ROWS_PER_PAGE
Grid page.
public static final String GRID_PAGER_POSITION
Grid
 pager.
public static final String GRID_EMPTY_BLOCK
Block used to display an empty
 Grid.
public static final String GRID_TABLE_CSS_CLASS
Grid component.
public static final String GRIDPAGER_PAGE_RANGE
GridPager before and after the current page.
public static final String GRIDCOLUMNS_ASCENDING_ASSET
Asset to display in
 GridColumns header for ascending sort action.
public static final String GRIDCOLUMNS_DESCENDING_ASSET
Asset to display in
 GridColumns header for descending sort action.
public static final String GRIDCOLUMNS_SORTABLE_ASSET
Asset to display in
 GridColumns header for identifying a sortable column.
public static final String FORMINJECTOR_INSERT_POSITION
Form.
 Default to "above".
public static final String FORMINJECTOR_SHOW_FUNCTION
FormInjector.
 Default to "highlight".
public static final String PALETTE_ROWS_SIZE
Palette
 component. Default to 10.
public static final String ZONE_SHOW_METHOD
Zone.
 Defaults to "show"
public static final String ZONE_UPDATE_METHOD
Zone.
 Defaults to "highlight"
| Constructor Detail | 
|---|
public ComponentParameterConstants()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||