public class ComponentParameterConstants extends Object
Symbol
Modifier and Type | Field and Description |
---|---|
static String |
FORMINJECTOR_INSERT_POSITION
Deprecated.
Deprecated in 5.4 with no replacement.
|
static String |
FORMINJECTOR_SHOW_FUNCTION
Deprecated.
Deprecated in 5.4 with no replacement.
|
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 |
VALIDATE_WITH_MODEL
The default for whether components that use a SelectModel (e.g.
|
static String |
ZONE_SHOW_METHOD
Deprecated.
Deprecated in 5.4 with no replacement.
|
static String |
ZONE_UPDATE_METHOD
Deprecated.
Deprecated in 5.4 with no replacement.
|
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
.
Defaults to "above".public static final String FORMINJECTOR_SHOW_FUNCTION
public static final String PALETTE_ROWS_SIZE
Palette
component. Defaults to 10.public static final String VALIDATE_WITH_MODEL
Select
) enforce
that the submitted value is one of the values in the SelectModelpublic static final String ZONE_SHOW_METHOD
Zone
.
Defaults to "show"public static final String ZONE_UPDATE_METHOD
Zone
.
Defaults to "highlight"public ComponentParameterConstants()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.