public interface IFieldProperty2 extends IFieldProperty
Modifier and Type | Method and Description |
---|---|
boolean |
isCanGroup()
Checks if items of this type can form groups with others of the same type.
|
boolean |
isMultiValue()
Checks if the field can store multiple values.
|
boolean |
isSearchable()
Checks if the content of the field is searched by the Search method.
|
dbColumnName, dbColumnType, dbTableName, editMask, editStyle, fieldSize, isActive, isByCode, isCanFilter, isCustomizable, isEdit, isHistory, isKeepValue, isKey, isMail, isModify, isRequired, isSystem, isToSum, isVerify, isVersionControl, isVisible, isVisibleInNewBug, keyOrder, readOnly, root, userColumnType, userLabel
boolean isCanGroup()
Checks if items of this type can form groups with others of the same type.
Getter method for the COM property "IsCanGroup"
boolean isSearchable()
Checks if the content of the field is searched by the Search method.
Getter method for the COM property "IsSearchable"
boolean isMultiValue()
Checks if the field can store multiple values.
Getter method for the COM property "IsMultiValue"
Copyright © 2020. All rights reserved.