| Package | com.esri.ags.layers.supportClasses |
| Class | public class FeatureTableDetails |
| Inheritance | FeatureTableDetails TableDetails flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 2.0 |
| Property | Defined By | ||
|---|---|---|---|
![]() | capabilities : Array
Capabilities of the table, possible values are Map, Query, Data, and/or Editing. | TableDetails | |
![]() | definitionExpression : String
The definition expression of the table as specified in the Service Directory. | TableDetails | |
![]() | description : String
The description of the table as specified in the Service Directory. | TableDetails | |
![]() | displayField : String
The displayField of the table as specified in the Service Directory. | TableDetails | |
![]() | fields : Array
The fields of the table as specified in the Service Directory. | TableDetails | |
| globalIdField : String
The field that represents the Global ID field. | FeatureTableDetails | ||
![]() | hasAttachments : Boolean
Indicates whether the table has attachments or not [added in version 2.0]. | TableDetails | |
![]() | htmlPopupType : String
The type of HTML popup authored (or not authored) by the user using ArcGIS Desktop [added in version 2.0]. | TableDetails | |
![]() | id : Number
Table ID assigned by ArcGIS Server for a table. | TableDetails | |
![]() | name : String
Table name as defined in the map service. | TableDetails | |
![]() | objectIdField : String
The name of the object ID field. | TableDetails | |
![]() | relationships : Array
List of related tables. | TableDetails | |
| templates : Array
Usually present when the table has no sub-types. | FeatureTableDetails | ||
![]() | timeInfo : TimeInfo
Time properties of the table. | TableDetails | |
![]() | type : String
Value will always be "Table". | TableDetails | |
![]() | typeIdField : String
The field that represents the Type ID field. | TableDetails | |
![]() | types : Array
Subtypes are a subset of features in a feature class, or objects in a table, that share the same attributes. | TableDetails | |
![]() | version : Number
The version of ArcGIS Server where the table is published to, for example, 9.3, 9.31, 10, 10.01 or 10.1. | TableDetails | |
| globalIdField | property |
globalIdField:StringThe field that represents the Global ID field.
This property can be used as the source for data binding.
public function get globalIdField():String public function set globalIdField(value:String):void| templates | property |
templates:ArrayUsually present when the table has no sub-types.
This property can be used as the source for data binding.
public function get templates():Array public function set templates(value:Array):voidSee also