com.sas.actionprovider.support.remotefileselector2
Interface RemoteFileSelectorAreaInterface

All Known Implementing Classes:
BaseRemoteFileSelectorSupport, HttpRemoteFileActionStrategyFactory, HttpRemoteFileActionUtil, HttpRemoteFileSelectorCompositeSupport, HttpRemoteFileSelectorSupport, RemoteFileActionUtil

public interface RemoteFileSelectorAreaInterface


Field Summary
static java.lang.String COMBO_AREA
          The areaType key used to define the combo area of the "Detail" view of the RemoteFileSelector.
static java.lang.String DRILL_DOWN_AREA
          The areaType key used to define the drill down area of a view.
static java.lang.String FILTER_TYPE_AREA
          The areaType key used to define the filter type area of RFS view.
static java.lang.String SEARCH_BUTTON_AREA
          The areaType key used to define the search area of RFS search window.
static java.lang.String TOOLBAR_AREA
          The areaType key used to define the toolbar area of RFS view.
static java.lang.String TREE_AREA
          The areaType key used to define the data area of a tree view.
 

Field Detail

TOOLBAR_AREA

static final java.lang.String TOOLBAR_AREA
The areaType key used to define the toolbar area of RFS view.

See Also:
Constant Field Values

COMBO_AREA

static final java.lang.String COMBO_AREA
The areaType key used to define the combo area of the "Detail" view of the RemoteFileSelector.

See Also:
Constant Field Values

TREE_AREA

static final java.lang.String TREE_AREA
The areaType key used to define the data area of a tree view.

See Also:
Constant Field Values

DRILL_DOWN_AREA

static final java.lang.String DRILL_DOWN_AREA
The areaType key used to define the drill down area of a view.

See Also:
Constant Field Values

FILTER_TYPE_AREA

static final java.lang.String FILTER_TYPE_AREA
The areaType key used to define the filter type area of RFS view.

See Also:
Constant Field Values

SEARCH_BUTTON_AREA

static final java.lang.String SEARCH_BUTTON_AREA
The areaType key used to define the search area of RFS search window.

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.