org.displaytag.tags
Class TableTagParameters

java.lang.Object
  extended by org.displaytag.tags.TableTagParameters

public final class TableTagParameters
extends java.lang.Object

Constants for parameter names.

Version:
$Revision: 1081 $ ($Author: fgiust $)
Author:
Fabrizio Giustina

Field Summary
static java.lang.String BEAN_BODY
          Key on the map passed to the filter containg the exported data.
static java.lang.String BEAN_BUFFER
          Key on the map passed to the filter containg the "buffer" flag.
static java.lang.String BEAN_CONTENTTYPE
          Key on the map passed to the filter containg the content type.
static java.lang.String BEAN_FILENAME
          Key on the map passed to the filter containg the file name.
static java.lang.String CSS_EMPTYLIST
          css class added to empty tables.
static java.lang.String PARAMETER_EXPORTING
          name of the fixed parameter that will be added to the url if exporting is requested for any of the display table in the page.
static java.lang.String PARAMETER_EXPORTTYPE
          name of the parameter specifying the export type.
static java.lang.String PARAMETER_ORDER
          name of the parameter specifying the current sorting order.
static java.lang.String PARAMETER_PAGE
          name of the parameter specifying the current page number.
static java.lang.String PARAMETER_SORT
          name of the parameter specifying the current sorted column index.
static java.lang.String PARAMETER_SORTUSINGNAME
          name of the parameter specifying that the sorted column will be specified using name and not index.
static java.lang.String SORT_AMOUNT_EXTERNAL
          let the server handle the sorting
static java.lang.String SORT_AMOUNT_LIST
          sort the full list.
static java.lang.String SORT_AMOUNT_PAGE
          sort only the displayed page.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAMETER_SORT

public static final java.lang.String PARAMETER_SORT
name of the parameter specifying the current sorted column index.

See Also:
Constant Field Values

PARAMETER_SORTUSINGNAME

public static final java.lang.String PARAMETER_SORTUSINGNAME
name of the parameter specifying that the sorted column will be specified using name and not index.

See Also:
Constant Field Values

PARAMETER_PAGE

public static final java.lang.String PARAMETER_PAGE
name of the parameter specifying the current page number.

See Also:
Constant Field Values

PARAMETER_ORDER

public static final java.lang.String PARAMETER_ORDER
name of the parameter specifying the current sorting order.

See Also:
Constant Field Values

PARAMETER_EXPORTTYPE

public static final java.lang.String PARAMETER_EXPORTTYPE
name of the parameter specifying the export type.

See Also:
Constant Field Values

PARAMETER_EXPORTING

public static final java.lang.String PARAMETER_EXPORTING
name of the fixed parameter that will be added to the url if exporting is requested for any of the display table in the page. Used by the export filter to understand when output should not be flushed.

See Also:
Constant Field Values

SORT_AMOUNT_PAGE

public static final java.lang.String SORT_AMOUNT_PAGE
sort only the displayed page.

See Also:
Constant Field Values

SORT_AMOUNT_LIST

public static final java.lang.String SORT_AMOUNT_LIST
sort the full list.

See Also:
Constant Field Values

SORT_AMOUNT_EXTERNAL

public static final java.lang.String SORT_AMOUNT_EXTERNAL
let the server handle the sorting

See Also:
Constant Field Values

CSS_EMPTYLIST

public static final java.lang.String CSS_EMPTYLIST
css class added to empty tables.

See Also:
Constant Field Values

BEAN_BUFFER

public static final java.lang.String BEAN_BUFFER
Key on the map passed to the filter containg the "buffer" flag.

See Also:
Constant Field Values

BEAN_CONTENTTYPE

public static final java.lang.String BEAN_CONTENTTYPE
Key on the map passed to the filter containg the content type.

See Also:
Constant Field Values

BEAN_FILENAME

public static final java.lang.String BEAN_FILENAME
Key on the map passed to the filter containg the file name.

See Also:
Constant Field Values

BEAN_BODY

public static final java.lang.String BEAN_BODY
Key on the map passed to the filter containg the exported data.

See Also:
Constant Field Values


Copyright © 2002-2007 the Displaytag team. All Rights Reserved.