Represents the field of a table to use for search.
Constructors
-
new SearchTableField(properties)
-
Parameter:properties Objectoptional
See the properties for a list of all the properties that may be passed into the constructor.
Property Overview
Name | Type | Summary | Class | |
---|---|---|---|---|
String | more details The name of the class. | more details | Accessor | |
Boolean | more details Whether or not the field is an exact match. | more details | SearchTableField | |
String | more details The name of the field. | more details | SearchTableField | |
String | more details The data type of the field. | more details | SearchTableField |
Property Details
-
The name of the class. The declared class name is formatted as
esri.folder.className
.
-
exactMatch Boolean
-
Whether or not the field is an exact match.
-
name String
-
The name of the field.
-
type String
-
The data type of the field.
Possible Values:"small-integer"|"integer"|"single"|"double"|"long"|"string"|"date"|"oid"|"geometry"|"blob"|"raster"|"guid"|"global-id"|"xml"
Method Overview
Name | Return Type | Summary | Class | |
---|---|---|---|---|
SearchTableField | more details Creates a deep clone of this object. | more details | SearchTableField |
Method Details
-
clone(){SearchTableField}
-
Creates a deep clone of this object.
Returns:Type Description SearchTableField Creates a deep clone of the instance calling this method.