com.sas.actionprovider.support.remotefileselector2
Interface HttpRemoteFileTableActionTypeKeysInterface

All Known Implementing Classes:
HttpRemoteFileActionStrategyFactory, HttpRemoteFileSelectorTableViewSupport

public interface HttpRemoteFileTableActionTypeKeysInterface


Field Summary
static java.lang.String COPY_ACTION
          The actionType key for the default copy action.
static java.lang.String CUT_ACTION
          The actionType Key for the default cut action.
static java.lang.String EDIT_ACTIONS_ACTION
          The actionType key for all EDIT actions.
static java.lang.String MOVE_ACTION
          The actionType key for the default move action.
static java.lang.String OPEN_FOLDER_ACTION
          The actionType key used to define the default drill down action or open folder action for the InformationServices RemoteFileSelector.
static java.lang.String OPEN_FOLDER_IFILE_ACTION
          The actionType key used to define the default drill down action or open folder action for the IFile Services RemoteFileSelector.
static java.lang.String PASTE_ACTION
          The actionType key for the default paste action.
static java.lang.String RENAME_ACTION
          The actionType key for the default rename action.
static java.lang.String SELECT_FILE_ACTION
          The actionType key used to define the default select file action for the InformationServices RemoteFileSelector.
static java.lang.String SELECT_FILE_IFILE_ACTION
          The actionType key used to define the default select file action for the IFile Services RemoteFileSelector.
 

Field Detail

OPEN_FOLDER_ACTION

static final java.lang.String OPEN_FOLDER_ACTION
The actionType key used to define the default drill down action or open folder action for the InformationServices RemoteFileSelector. By default, this action is associated with the TOOLBAR_AREA and the first column in the "Detail" view of the "DATA_CELL_AREA" for folders.

See Also:
Constant Field Values

OPEN_FOLDER_IFILE_ACTION

static final java.lang.String OPEN_FOLDER_IFILE_ACTION
The actionType key used to define the default drill down action or open folder action for the IFile Services RemoteFileSelector. By default, this action is associated with the TOOLBAR_AREA and the first column in the "Detail" view of the "DATA_CELL_AREA" for folders.

See Also:
Constant Field Values

SELECT_FILE_ACTION

static final java.lang.String SELECT_FILE_ACTION
The actionType key used to define the default select file action for the InformationServices RemoteFileSelector. There is not a command associated with this action by default. A command can be associated with the action. When this action occurs items are added to the request object for application processing.

See Also:
Constant Field Values

SELECT_FILE_IFILE_ACTION

static final java.lang.String SELECT_FILE_IFILE_ACTION
The actionType key used to define the default select file action for the IFile Services RemoteFileSelector. There is not a command associated with this action by default. A command can be associated with the action. When this action occurs items are added to the request object for application processing.

See Also:
Constant Field Values

EDIT_ACTIONS_ACTION

static final java.lang.String EDIT_ACTIONS_ACTION
The actionType key for all EDIT actions. These actions are not returned to any particular area by default.

See Also:
Constant Field Values

CUT_ACTION

static final java.lang.String CUT_ACTION
The actionType Key for the default cut action. This action is not returned for any particular area by default.

See Also:
Constant Field Values

COPY_ACTION

static final java.lang.String COPY_ACTION
The actionType key for the default copy action. This action is not returned for any particular area by default.

See Also:
Constant Field Values

RENAME_ACTION

static final java.lang.String RENAME_ACTION
The actionType key for the default rename action. This action is not returned for any particular area by default.

See Also:
Constant Field Values

PASTE_ACTION

static final java.lang.String PASTE_ACTION
The actionType key for the default paste action. This action is not returned for any particular area by default.

See Also:
Constant Field Values

MOVE_ACTION

static final java.lang.String MOVE_ACTION
The actionType key for the default move action. This action is not returned for any particular area by default.

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.