org.apache.tapestry5
Class ComponentParameterConstants

java.lang.Object
  extended by org.apache.tapestry5.ComponentParameterConstants

public class ComponentParameterConstants
extends Object

Constants for core component parameters defined by Symbol

Since:
5.3

Field Summary
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
          The default name of the Block used to display an empty Grid.
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 Summary
ComponentParameterConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GRID_ROWS_PER_PAGE

public static final String GRID_ROWS_PER_PAGE
The default number for how many rows to display in a Grid page.

See Also:
Constant Field Values

GRID_PAGER_POSITION

public static final String GRID_PAGER_POSITION
The default position of the Grid pager.

See Also:
Constant Field Values

GRID_EMPTY_BLOCK

public static final String GRID_EMPTY_BLOCK
The default name of the Block used to display an empty Grid.

See Also:
Constant Field Values

GRID_TABLE_CSS_CLASS

public static final String GRID_TABLE_CSS_CLASS
The default name of the CSS class for the <table> element of the Grid component.

See Also:
Constant Field Values

GRIDPAGER_PAGE_RANGE

public static final String GRIDPAGER_PAGE_RANGE
The default number of page range to display in the GridPager before and after the current page.

See Also:
Constant Field Values

GRIDCOLUMNS_ASCENDING_ASSET

public static final String GRIDCOLUMNS_ASCENDING_ASSET
The default Asset to display in GridColumns header for ascending sort action.

See Also:
Constant Field Values

GRIDCOLUMNS_DESCENDING_ASSET

public static final String GRIDCOLUMNS_DESCENDING_ASSET
The default Asset to display in GridColumns header for descending sort action.

See Also:
Constant Field Values

GRIDCOLUMNS_SORTABLE_ASSET

public static final String GRIDCOLUMNS_SORTABLE_ASSET
The default Asset to display in GridColumns header for identifying a sortable column.

See Also:
Constant Field Values

FORMINJECTOR_INSERT_POSITION

public static final String FORMINJECTOR_INSERT_POSITION
The default position where to insert content into Form. Default to "above".

See Also:
Constant Field Values

FORMINJECTOR_SHOW_FUNCTION

public static final String FORMINJECTOR_SHOW_FUNCTION
The default name for a JS function to use to show the injected content by FormInjector. Default to "highlight".

See Also:
Constant Field Values

PALETTE_ROWS_SIZE

public static final String PALETTE_ROWS_SIZE
The default size of rows to display in a Palette component. Default to 10.

See Also:
Constant Field Values

ZONE_SHOW_METHOD

public static final 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. Defaults to "show"

See Also:
Constant Field Values

ZONE_UPDATE_METHOD

public static final String ZONE_UPDATE_METHOD
The default name of a JS function attached to Tapestry.ElementEffect object to point out an update on a Zone. Defaults to "highlight"

See Also:
Constant Field Values
Constructor Detail

ComponentParameterConstants

public ComponentParameterConstants()


Copyright © 2003-2012 The Apache Software Foundation.