public class ComponentParameterConstants extends Object
Symbol
Modifier and Type | Field and Description |
---|---|
static String |
FORMINJECTOR_INSERT_POSITION
The default position where to insert content into
Form . |
static String |
FORMINJECTOR_SHOW_FUNCTION
The default name for a JS function to use to show the injected content by
FormInjector . |
static String |
GRID_EMPTY_BLOCK
|
static String |
GRID_PAGER_POSITION
The default position of the
Grid
pager. |
static String |
GRID_ROWS_PER_PAGE
The default number for how many rows to display in a
Grid page. |
static String |
GRID_TABLE_CSS_CLASS
The default name of the CSS class for the <table> element of the
Grid component. |
static String |
GRIDCOLUMNS_ASCENDING_ASSET
The default
Asset to display in
GridColumns header for ascending sort action. |
static String |
GRIDCOLUMNS_DESCENDING_ASSET
The default
Asset to display in
GridColumns header for descending sort action. |
static String |
GRIDCOLUMNS_SORTABLE_ASSET
The default
Asset to display in
GridColumns header for identifying a sortable column. |
static String |
GRIDPAGER_PAGE_RANGE
The default number of page range to display in the
GridPager before and after the current page. |
static String |
PALETTE_ROWS_SIZE
The default size of rows to display in a
Palette
component. |
static String |
ZONE_SHOW_METHOD
The default name of a JS function attached to Tapestry.ElementEffect object to use for the initial
visualization of a
Zone . |
static String |
ZONE_UPDATE_METHOD
The default name of a JS function attached to Tapestry.ElementEffect object to point out an
update on a
Zone . |
Constructor and Description |
---|
ComponentParameterConstants() |
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
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"public ComponentParameterConstants()
Copyright © 2003-2012 The Apache Software Foundation.