com.esri.arcgis.geodatabaseui
Interface esriTableSelectionActions

All Superinterfaces:
java.io.Serializable

public interface esriTableSelectionActions
extends java.io.Serializable

Constants from esriTableSelectionActions' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

Description: 'Table selection options used in the table UI.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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