public interface IFieldProperty
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
dbColumnName()
The database column name.
|
String |
dbColumnType()
The database column type.
|
String |
dbTableName()
The database table name.
|
String |
editMask()
The input mask for string fields.
|
String |
editStyle()
The user interface control type used to edit this field.
|
int |
fieldSize()
The size of the field in the database (-1 for BLOB fields).
|
boolean |
isActive()
Checks if the field is can be displayed in the user interface.
|
boolean |
isByCode()
Checks if the field saves the Tree Node ID (True), or the passed value (False).
|
boolean |
isCanFilter()
Checks if the field is displayed in the filter dialog box.
|
boolean |
isCustomizable()
Checks if the field is displayed in the customization UI.
|
boolean |
isEdit()
Checks if the field can be edited.
|
boolean |
isHistory()
Checks if change history is stored for the field.
|
boolean |
isKeepValue()
Checks if the last value for the field is stored.
|
boolean |
isKey()
Checks if this is a database key field.
|
boolean |
isMail()
Checks if e-mail is sent to the users on the notification list when this field changes.
|
boolean |
isModify()
Checks if the user currently logged on the TDConnection is permitted to modify this field.
|
boolean |
isRequired()
Checks if this is a required field.
|
boolean |
isSystem()
Checks if this is a predefined system field.
|
boolean |
isToSum()
Checks if this field is summed for graphs.
|
boolean |
isVerify()
Checks if the field requires verification.
|
boolean |
isVersionControl()
Checks if the field is under version control.
|
boolean |
isVisible()
For future use.
|
boolean |
isVisibleInNewBug()
Checks if the field is visible in the New Bug form.
|
int |
keyOrder()
Obsolete: The position of the field in multi-field database key (1-based).
|
boolean |
readOnly()
Checks if this is a read-only field.
|
com4j.Com4jObject |
root()
The tree root connected to the field.
|
String |
userColumnType()
The user column type: char, number, date, memo, or empty string.
|
String |
userLabel()
The user-defined label.
|
String userLabel()
The user-defined label.
Getter method for the COM property "UserLabel"
String dbTableName()
The database table name.
Getter method for the COM property "DBTableName"
String dbColumnName()
The database column name.
Getter method for the COM property "DBColumnName"
String dbColumnType()
The database column type.
Getter method for the COM property "DBColumnType"
String editStyle()
The user interface control type used to edit this field.
Getter method for the COM property "EditStyle"
String editMask()
The input mask for string fields.
Getter method for the COM property "EditMask"
boolean isSystem()
Checks if this is a predefined system field.
Getter method for the COM property "IsSystem"
boolean isCanFilter()
Checks if the field is displayed in the filter dialog box.
Getter method for the COM property "IsCanFilter"
boolean isKey()
Checks if this is a database key field.
Getter method for the COM property "IsKey"
int keyOrder()
Obsolete: The position of the field in multi-field database key (1-based).
Getter method for the COM property "KeyOrder"
boolean isEdit()
Checks if the field can be edited.
Getter method for the COM property "IsEdit"
boolean isActive()
Checks if the field is can be displayed in the user interface.
Getter method for the COM property "IsActive"
boolean isHistory()
Checks if change history is stored for the field.
Getter method for the COM property "IsHistory"
boolean isMail()
Checks if e-mail is sent to the users on the notification list when this field changes.
Getter method for the COM property "IsMail"
boolean isVerify()
Checks if the field requires verification.
Getter method for the COM property "IsVerify"
com4j.Com4jObject root()
The tree root connected to the field.
Getter method for the COM property "Root"
boolean isByCode()
Checks if the field saves the Tree Node ID (True), or the passed value (False).
Getter method for the COM property "IsByCode"
boolean isRequired()
Checks if this is a required field.
Getter method for the COM property "IsRequired"
String userColumnType()
The user column type: char, number, date, memo, or empty string.
Getter method for the COM property "UserColumnType"
boolean isKeepValue()
Checks if the last value for the field is stored.
Getter method for the COM property "IsKeepValue"
boolean isCustomizable()
Checks if the field is displayed in the customization UI.
Getter method for the COM property "IsCustomizable"
int fieldSize()
The size of the field in the database (-1 for BLOB fields).
Getter method for the COM property "FieldSize"
boolean isVisibleInNewBug()
Checks if the field is visible in the New Bug form.
Getter method for the COM property "IsVisibleInNewBug"
boolean readOnly()
Checks if this is a read-only field.
Getter method for the COM property "ReadOnly"
boolean isToSum()
Checks if this field is summed for graphs.
Getter method for the COM property "IsToSum"
boolean isModify()
Checks if the user currently logged on the TDConnection is permitted to modify this field.
Getter method for the COM property "IsModify"
boolean isVersionControl()
Checks if the field is under version control.
Getter method for the COM property "IsVersionControl"
boolean isVisible()
For future use.
Getter method for the COM property "IsVisible"
Copyright © 2020. All rights reserved.