| Package | com.esri.ags.layers.supportClasses |
| Class | public class TableDetails |
| Inheritance | TableDetails flash.events.EventDispatcher |
| Subclasses | FeatureTableDetails |
| Since : | ArcGIS API for Flex 2.0 |
See also
| 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 | ||
| 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 | ||
| 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 | ||
| Constant | Defined By | ||
|---|---|---|---|
| POPUP_HTML_TEXT : String = esriServerHTMLPopupTypeAsHTMLText [static]
The HTML Popup in ArcGIS Desktop was defined using "As a table of the visible fields". | TableDetails | ||
| POPUP_NONE : String = esriServerHTMLPopupTypeNone [static]
No HTML Popup was defined in ArcGIS Desktop. | TableDetails | ||
| POPUP_URL : String = esriServerHTMLPopupTypeAsURL [static]
The HTML Popup in ArcGIS Desktop was defined using "As a URL". | TableDetails | ||
| capabilities | property |
capabilities:ArrayCapabilities of the table, possible values are Map, Query, Data, and/or Editing.
This property can be used as the source for data binding.
public function get capabilities():Array public function set capabilities(value:Array):void| definitionExpression | property |
definitionExpression:StringThe definition expression of the table as specified in the Service Directory.
This property can be used as the source for data binding.
public function get definitionExpression():String public function set definitionExpression(value:String):void| description | property |
description:StringThe description of the table as specified in the Service Directory.
This property can be used as the source for data binding.
public function get description():String public function set description(value:String):void| displayField | property |
displayField:StringThe displayField of the table as specified in the Service Directory.
This property can be used as the source for data binding.
public function get displayField():String public function set displayField(value:String):void| fields | property |
fields:ArrayThe fields of the table as specified in the Service Directory.
This property can be used as the source for data binding.
public function get fields():Array public function set fields(value:Array):voidSee also
| hasAttachments | property |
hasAttachments:BooleanIndicates whether the table has attachments or not [added in version 2.0].
This property can be used as the source for data binding.
public function get hasAttachments():Boolean public function set hasAttachments(value:Boolean):void| htmlPopupType | property |
htmlPopupType:StringThe type of HTML popup authored (or not authored) by the user using ArcGIS Desktop [added in version 2.0]. See the POPUP_* constants for more details.
This property can be used as the source for data binding.
public function get htmlPopupType():String public function set htmlPopupType(value:String):void| id | property |
id:NumberTable ID assigned by ArcGIS Server for a table. The topmost layer is 0, and each layer follows sequentially. If a layer is added or removed from the source map document, the ID values will shift accordingly.
This property can be used as the source for data binding.
public function get id():Number public function set id(value:Number):void| name | property |
name:StringTable name as defined in the map service.
This property can be used as the source for data binding.
public function get name():String public function set name(value:String):void| objectIdField | property |
objectIdField:StringThe name of the object ID field.
This property can be used as the source for data binding.
public function get objectIdField():String public function set objectIdField(value:String):void| relationships | property |
relationships:ArrayList of related tables.
This property can be used as the source for data binding.
public function get relationships():Array public function set relationships(value:Array):voidSee also
| timeInfo | property |
timeInfo:TimeInfoTime properties of the table.
This property can be used as the source for data binding.
public function get timeInfo():TimeInfo public function set timeInfo(value:TimeInfo):void| type | property |
type:StringValue will always be "Table".
This property can be used as the source for data binding.
public function get type():String public function set type(value:String):void| typeIdField | property |
typeIdField:StringThe field that represents the Type ID field.
This property can be used as the source for data binding.
public function get typeIdField():String public function set typeIdField(value:String):void| types | property |
types:ArraySubtypes are a subset of features in a feature class, or objects in a table, that share the same attributes. They are used as a method to categorize your data.
This property can be used as the source for data binding.
public function get types():Array public function set types(value:Array):voidSee also
| version | property |
version:Number| Since : | ArcGIS API for Flex 2.2 |
The version of ArcGIS Server where the table is published to, for example, 9.3, 9.31, 10, 10.01 or 10.1.
This property can be used as the source for data binding.
public function get version():Number public function set version(value:Number):void| POPUP_HTML_TEXT | Constant |
public static const POPUP_HTML_TEXT:String = esriServerHTMLPopupTypeAsHTMLTextThe HTML Popup in ArcGIS Desktop was defined using "As a table of the visible fields".
| POPUP_NONE | Constant |
public static const POPUP_NONE:String = esriServerHTMLPopupTypeNoneNo HTML Popup was defined in ArcGIS Desktop.
| POPUP_URL | Constant |
public static const POPUP_URL:String = esriServerHTMLPopupTypeAsURLThe HTML Popup in ArcGIS Desktop was defined using "As a URL".