com.esri.arcgis.geodatabaseui
Interface esriTableSelectionActions

All Superinterfaces:
Serializable

public interface esriTableSelectionActions
extends Serializable

Table selection options used in the table UI.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


Field Summary
static int esriDrawFeatures
          Selecting rows in the table grid, will draw features on the given display.
static int esriNoAction
          No selection call back will occur when users select rows.
static int esriSelectCurrentRow
          The current row will always be the only selection row.
static int esriSelectFeatures
          Selecting rows in the table grid, will select features.
 

Field Detail

esriNoAction

static final int esriNoAction
No selection call back will occur when users select rows.

See Also:
Constant Field Values

esriSelectCurrentRow

static final int esriSelectCurrentRow
The current row will always be the only selection row. (Selection transmitted via call back).

See Also:
Constant Field Values

esriSelectFeatures

static final int esriSelectFeatures
Selecting rows in the table grid, will select features. (Selection transmitted via call back).

See Also:
Constant Field Values

esriDrawFeatures

static final int esriDrawFeatures
Selecting rows in the table grid, will draw features on the given display.

See Also:
Constant Field Values