com.esri.arcgis.geodatabaseui
Interface ITableView4

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITableView4Proxy, TableView

public interface ITableView4
extends java.io.Serializable

COM Interface 'ITableView4'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

Description: 'Provides access to members that interact with table.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IIDdfbd1276_d664_4ffe_a7f5_8b0b8130a683
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isAllowEditing()
          Editing allowed on the table.
 void setAllowDeleteRow(boolean rhs1)
          Allow delete row during editing.
 

Field Detail

IIDdfbd1276_d664_4ffe_a7f5_8b0b8130a683

static final int IIDdfbd1276_d664_4ffe_a7f5_8b0b8130a683
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setAllowDeleteRow

void setAllowDeleteRow(boolean rhs1)
                       throws java.io.IOException,
                              AutomationException
Allow delete row during editing. Default: True.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAllowEditing

boolean isAllowEditing()
                       throws java.io.IOException,
                              AutomationException
Editing allowed on the table.

Returns:
The pAllowEditing
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.