com.esri.arcgis.geodatabaseui
Interface esriTableViewOptions

All Superinterfaces:
java.io.Serializable

public interface esriTableViewOptions
extends java.io.Serializable

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

Description: 'TableView options 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 esriTVOptionAddTableToLayout
          Adds the current table to the layout.
static int esriTVOptionAliasNameToggle
          Toggles the column headers from field name to field alias and vice versa.
static int esriTVOptionAutoResizeColumns
          Resizes all columns to their default width.
static int esriTVOptionCreateCrystalReport
          Creates a Crystal Report of the table.
static int esriTVOptionCreateReport
          Creates a Report of the table.
static int esriTVOptionNoOptionSelected
          No option is selected
static int esriTVOptionPrintTable
          Prints the table.
static int esriTVOptionReloadCache
          Reloads the cached records.
static int esriTVOptionResetFieldOrder
          Reset the default field order.
static int esriTVOptionSelectAll
          Selects all the rows in the table.
static int esriTVOptionShowAddFieldWindow
          Shows the dialog that allows users to add fields.
static int esriTVOptionShowAppearanceWindow
          Show the appearance window, which allows the user to change the selection colour, etc.
static int esriTVOptionShowExportTableWindow
          Show the export table, that allows users to export only the rows of a table.
static int esriTVOptionShowFindReplaceWindow
          Show the find & replace window.
static int esriTVOptionShowMakeGraphWindow
          Shows the dialog that allows uses to make a graph from the given table.
static int esriTVOptionShowSQLWindow
          Shows the SQL attribute window, allowing users to select records via SQL.
static int esriTVOptionSwitchSelection
          Switches/inverts the current selection.
static int esriTVOptionTableProperties
          Brings up the table properties dialog.
static int esriTVOptionUnHideAllColumns
          Unhides all columns that had been hidden previously - Sets all field visibility flags to true.
static int esriTVOptionUnselectAll
          Unselects all the rows in the table.
 

Field Detail

esriTVOptionNoOptionSelected

static final int esriTVOptionNoOptionSelected
No option is selected

See Also:
Constant Field Values

esriTVOptionShowSQLWindow

static final int esriTVOptionShowSQLWindow
Shows the SQL attribute window, allowing users to select records via SQL.

See Also:
Constant Field Values

esriTVOptionShowFindReplaceWindow

static final int esriTVOptionShowFindReplaceWindow
Show the find & replace window.

See Also:
Constant Field Values

esriTVOptionSelectAll

static final int esriTVOptionSelectAll
Selects all the rows in the table.

See Also:
Constant Field Values

esriTVOptionUnselectAll

static final int esriTVOptionUnselectAll
Unselects all the rows in the table.

See Also:
Constant Field Values

esriTVOptionSwitchSelection

static final int esriTVOptionSwitchSelection
Switches/inverts the current selection.

See Also:
Constant Field Values

esriTVOptionShowAppearanceWindow

static final int esriTVOptionShowAppearanceWindow
Show the appearance window, which allows the user to change the selection colour, etc.

See Also:
Constant Field Values

esriTVOptionShowAddFieldWindow

static final int esriTVOptionShowAddFieldWindow
Shows the dialog that allows users to add fields.

See Also:
Constant Field Values

esriTVOptionShowMakeGraphWindow

static final int esriTVOptionShowMakeGraphWindow
Shows the dialog that allows uses to make a graph from the given table.

See Also:
Constant Field Values

esriTVOptionAddTableToLayout

static final int esriTVOptionAddTableToLayout
Adds the current table to the layout.

See Also:
Constant Field Values

esriTVOptionShowExportTableWindow

static final int esriTVOptionShowExportTableWindow
Show the export table, that allows users to export only the rows of a table.

See Also:
Constant Field Values

esriTVOptionReloadCache

static final int esriTVOptionReloadCache
Reloads the cached records. This is the same as calling ITableControl::RemoveAndReloadCache().

See Also:
Constant Field Values

esriTVOptionPrintTable

static final int esriTVOptionPrintTable
Prints the table.

See Also:
Constant Field Values

esriTVOptionCreateReport

static final int esriTVOptionCreateReport
Creates a Report of the table.

See Also:
Constant Field Values

esriTVOptionCreateCrystalReport

static final int esriTVOptionCreateCrystalReport
Creates a Crystal Report of the table.

See Also:
Constant Field Values

esriTVOptionTableProperties

static final int esriTVOptionTableProperties
Brings up the table properties dialog.

See Also:
Constant Field Values

esriTVOptionAutoResizeColumns

static final int esriTVOptionAutoResizeColumns
Resizes all columns to their default width.

See Also:
Constant Field Values

esriTVOptionUnHideAllColumns

static final int esriTVOptionUnHideAllColumns
Unhides all columns that had been hidden previously - Sets all field visibility flags to true.

See Also:
Constant Field Values

esriTVOptionAliasNameToggle

static final int esriTVOptionAliasNameToggle
Toggles the column headers from field name to field alias and vice versa.

See Also:
Constant Field Values

esriTVOptionResetFieldOrder

static final int esriTVOptionResetFieldOrder
Reset the default field order.

See Also:
Constant Field Values