org.rhq.enterprise.gui.legacy
Interface DefaultConstants

All Known Implementing Classes:
Constants

public interface DefaultConstants

Default values used in the UI


Field Summary
static Integer ADDTOLIST_SIZE_DEFAULT
          Default size for add to list tables
static long AVAILABILITY_DEFAULT_TIMEOUT
          Availabiity check timeout defaults to 20 seconds
static int DEFAULT_CHART_POINTS
          Default number of data points to show on chart
static Integer MAX_PAGES
          Maximum nuber of pages(dots) to be rendered
static Integer PAGENUM_DEFAULT
          Default page number for list tables
static Integer PAGESIZE_ALL
          Display all items in list
static Integer PAGESIZE_DEFAULT
          Default number of rows for list tables
static org.rhq.core.domain.resource.ResourceCategory RESOURCE_CATEGORY_DEFAULT
          Default resource category
static Integer SORTCOL_DEFAULT
          Default sort column for list tables
static String SORTORDER_ASC
          ascending sort order for list tables
static String SORTORDER_DEC
          ascending sort order for list tables
static String SORTORDER_DEFAULT
          default sort order for list tables
 

Field Detail

ADDTOLIST_SIZE_DEFAULT

static final Integer ADDTOLIST_SIZE_DEFAULT
Default size for add to list tables


AVAILABILITY_DEFAULT_TIMEOUT

static final long AVAILABILITY_DEFAULT_TIMEOUT
Availabiity check timeout defaults to 20 seconds

See Also:
Constant Field Values

DEFAULT_CHART_POINTS

static final int DEFAULT_CHART_POINTS
Default number of data points to show on chart

See Also:
Constant Field Values

RESOURCE_CATEGORY_DEFAULT

static final org.rhq.core.domain.resource.ResourceCategory RESOURCE_CATEGORY_DEFAULT
Default resource category


MAX_PAGES

static final Integer MAX_PAGES
Maximum nuber of pages(dots) to be rendered


PAGENUM_DEFAULT

static final Integer PAGENUM_DEFAULT
Default page number for list tables


PAGESIZE_ALL

static final Integer PAGESIZE_ALL
Display all items in list


PAGESIZE_DEFAULT

static final Integer PAGESIZE_DEFAULT
Default number of rows for list tables


SORTCOL_DEFAULT

static final Integer SORTCOL_DEFAULT
Default sort column for list tables


SORTORDER_ASC

static final String SORTORDER_ASC
ascending sort order for list tables

See Also:
Constant Field Values

SORTORDER_DEC

static final String SORTORDER_DEC
ascending sort order for list tables

See Also:
Constant Field Values

SORTORDER_DEFAULT

static final String SORTORDER_DEFAULT
default sort order for list tables

See Also:
Constant Field Values


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.