public interface IFieldGroupEdit extends IFieldGroup, java.io.Serializable
Description: '.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID977d604f_e12f_4f35_b4bd_223d8b94279a |
static int |
xxDummy
Deprecated.
Internal use only
|
IID2f7f6446_7f4f_406d_8ac8_07921aeb9363
Modifier and Type | Method and Description |
---|---|
void |
addField(java.lang.String fieldName)
Adds a field with specified name to the end of this field group.
|
void |
insertFieldAt(int indexInGroup,
java.lang.String fieldName)
Inserts a field with specified name at specified index of this field group.
|
void |
removeAllFields()
Removes all fields from this field group.
|
void |
removeField(java.lang.Object indexInGroupOrName)
Removes a field at specified index or with specified name from this field group.
|
void |
setIsEditingRestrictive(boolean rhs1)
The restrictive editing flag of this field group.
|
void |
setName(java.lang.String rhs1)
The name of this field group.
|
getFieldCount, getFieldName, getFieldNames, getIndexInGroup, getName, isEditingRestrictive
static final int IID977d604f_e12f_4f35_b4bd_223d8b94279a
static final int xxDummy
static final java.lang.String IID
void setName(java.lang.String rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addField(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void insertFieldAt(int indexInGroup, java.lang.String fieldName) throws java.io.IOException, AutomationException
indexInGroup
- The indexInGroup (in)fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeField(java.lang.Object indexInGroupOrName) throws java.io.IOException, AutomationException
indexInGroupOrName
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeAllFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsEditingRestrictive(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.