com.sas.servlet.tbeans.dataselectors.filters.timebased.olap.html
Interface OLAPTimeBasedFilterSelectorComponentNames


public interface OLAPTimeBasedFilterSelectorComponentNames

Contains the names of the sub components used by the OLAPTimeBasedFilterSelectorPanel

Since:
3.1.4

Field Summary
static java.lang.String CURRENT_FIRST_PERIOD_LABEL_NAME
          The name of the '(Currently yy)' label of the 'Starting xx' radiobox item.
static java.lang.String CURRENT_LAST_PERIOD_LABEL_NAME
          The name of the '(Currently yy)' label of the 'Ending xx' radiobox item.
static java.lang.String END_TREE_NAME
          The name of the 'Ending xx' TreeView.
static java.lang.String ENDING_LABEL_NAME
          The name of the 'Ending xx' radio label.
static java.lang.String ENDING_RADIO_NAME
          The name of the 'Ending xx' radio box.
static java.lang.String ID_SUFFIX
          The suffix to add at the end of an id to create "ID"
static java.lang.String LEGEND_LABEL_NAME
          The name of the legend's label.
static java.lang.String NAME_SEPARATOR
          The separator used to separate the selector name from the component name when creating the final component name (e.g.
static java.lang.String NUMBER_OF_PERIODS_TEXT_ENTRY_NAME
          The name of the 'N -periods-' text entry.
static java.lang.String PERIOD_TYPE_CHOICEBOX_NAME
          The name of the 'Period type' choice box.
static java.lang.String PERIOD_TYPE_LABEL_NAME
          The name of the 'Period type' label.
static java.lang.String REMOTE_ACTION_FORM_FIELD_NAME
          The name of the request's parameter used pass the remote action when the remote form is submitted.
static java.lang.String SELECT_CHECK_BOX_LIST_NAME
          The name of the 'Select -periods-' check box list.
static java.lang.String SELECT_LABEL_NAME
          The name of the 'Select' label.
static java.lang.String SELECT_RADIO_NAME
          The name of the 'Select' radio box.
static java.lang.String SELECTED_ENDING_PERIOD_FORM_FIELD_NAME
          The name of the request's parameter used pass the selected ending period when the selector is submitted.
static java.lang.String SELECTED_STARTING_PERIOD_FORM_FIELD_NAME
          The name of the request's parameter used pass the selected starting period when the selector is submitted.
static java.lang.String SHOW_LABEL_NAME
          The name of the 'Show' label.
static java.lang.String SHOW_RADIO_NAME
          The name of the 'Show' radio box.
static java.lang.String START_TREE_NAME
          The name of the 'Starting xx' TreeView.
static java.lang.String STARTING_LABEL_NAME
          The name of the 'Starting xx' radio label.
static java.lang.String STARTING_RADIO_NAME
          The name of the 'Starting xx' radio box.
 

Field Detail

NAME_SEPARATOR

static final java.lang.String NAME_SEPARATOR
The separator used to separate the selector name from the component name when creating the final component name (e.g. OLAPTimeBasedFilterSelector_displayPeriodsLabel). "_"

See Also:
Constant Field Values

ID_SUFFIX

static final java.lang.String ID_SUFFIX
The suffix to add at the end of an id to create "ID"

See Also:
Constant Field Values

PERIOD_TYPE_LABEL_NAME

static final java.lang.String PERIOD_TYPE_LABEL_NAME
The name of the 'Period type' label. "periodTypeLabel"

See Also:
Constant Field Values

PERIOD_TYPE_CHOICEBOX_NAME

static final java.lang.String PERIOD_TYPE_CHOICEBOX_NAME
The name of the 'Period type' choice box. "periodType"

See Also:
Constant Field Values

NUMBER_OF_PERIODS_TEXT_ENTRY_NAME

static final java.lang.String NUMBER_OF_PERIODS_TEXT_ENTRY_NAME
The name of the 'N -periods-' text entry. "numberOfPeriods"

See Also:
Constant Field Values

SHOW_LABEL_NAME

static final java.lang.String SHOW_LABEL_NAME
The name of the 'Show' label. "showLabel"

See Also:
Constant Field Values

SELECT_LABEL_NAME

static final java.lang.String SELECT_LABEL_NAME
The name of the 'Select' label. "selectLabel"

See Also:
Constant Field Values

SHOW_RADIO_NAME

static final java.lang.String SHOW_RADIO_NAME
The name of the 'Show' radio box. "showOption"

See Also:
Constant Field Values

SELECT_RADIO_NAME

static final java.lang.String SELECT_RADIO_NAME
The name of the 'Select' radio box. "selectOption"

See Also:
Constant Field Values

SELECT_CHECK_BOX_LIST_NAME

static final java.lang.String SELECT_CHECK_BOX_LIST_NAME
The name of the 'Select -periods-' check box list. "selectedPeriods"

See Also:
Constant Field Values

LEGEND_LABEL_NAME

static final java.lang.String LEGEND_LABEL_NAME
The name of the legend's label. "legendLabel"

See Also:
Constant Field Values

STARTING_LABEL_NAME

static final java.lang.String STARTING_LABEL_NAME
The name of the 'Starting xx' radio label. "startingLabel"

See Also:
Constant Field Values

STARTING_RADIO_NAME

static final java.lang.String STARTING_RADIO_NAME
The name of the 'Starting xx' radio box. "startingPeriodOption"

See Also:
Constant Field Values

CURRENT_FIRST_PERIOD_LABEL_NAME

static final java.lang.String CURRENT_FIRST_PERIOD_LABEL_NAME
The name of the '(Currently yy)' label of the 'Starting xx' radiobox item. "currentFirstPeriodLabel"

See Also:
Constant Field Values

CURRENT_LAST_PERIOD_LABEL_NAME

static final java.lang.String CURRENT_LAST_PERIOD_LABEL_NAME
The name of the '(Currently yy)' label of the 'Ending xx' radiobox item. "currentLastPeriodLabel"

See Also:
Constant Field Values

START_TREE_NAME

static final java.lang.String START_TREE_NAME
The name of the 'Starting xx' TreeView. "startTree"

See Also:
Constant Field Values

END_TREE_NAME

static final java.lang.String END_TREE_NAME
The name of the 'Ending xx' TreeView. "endTree"

See Also:
Constant Field Values

ENDING_LABEL_NAME

static final java.lang.String ENDING_LABEL_NAME
The name of the 'Ending xx' radio label. "endingLabel"

See Also:
Constant Field Values

ENDING_RADIO_NAME

static final java.lang.String ENDING_RADIO_NAME
The name of the 'Ending xx' radio box. "endingPeriodOption"

See Also:
Constant Field Values

SELECTED_STARTING_PERIOD_FORM_FIELD_NAME

static final java.lang.String SELECTED_STARTING_PERIOD_FORM_FIELD_NAME
The name of the request's parameter used pass the selected starting period when the selector is submitted. It matches the name of the related property of the OLAPTimeBasedFilterAdapter "selectedStartingPeriod"

See Also:
Constant Field Values

SELECTED_ENDING_PERIOD_FORM_FIELD_NAME

static final java.lang.String SELECTED_ENDING_PERIOD_FORM_FIELD_NAME
The name of the request's parameter used pass the selected ending period when the selector is submitted. It matches the name of the related property of the OLAPTimeBasedFilterAdapter "selectedEndingPeriod"

See Also:
Constant Field Values

REMOTE_ACTION_FORM_FIELD_NAME

static final java.lang.String REMOTE_ACTION_FORM_FIELD_NAME
The name of the request's parameter used pass the remote action when the remote form is submitted. It matches the name of the related property of the OLAPTimeBasedFilterCommand "remoteAction"

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.