| Package | com.esri.bacore.thematicmapping |
| Class | public class TMLayerComponent |
| Inheritance | TMLayerComponent flash.events.EventDispatcher |
| Subclasses | Highlighter, TMTooltipProvider, TMVisibilityFilter |
| Property | Defined By | ||
|---|---|---|---|
| layer : TMLayer
Thematic layer associated with this extension object. | TMLayerComponent | ||
| Method | Defined By | ||
|---|---|---|---|
TMLayerComponent(target:IEventDispatcher = null)
Initializes a new instance of the | TMLayerComponent | ||
| Method | Defined By | ||
|---|---|---|---|
Updates the state of object when associated thematic layer is changed. | TMLayerComponent | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| The propertyChange event is dispatched when a property of thematic layer component is changed. | TMLayerComponent | |||
| layer | property |
layer:TMLayerThematic layer associated with this extension object.
This property can be used as the source for data binding.
public function get layer():TMLayer public function set layer(value:TMLayer):void| TMLayerComponent | () | Constructor |
public function TMLayerComponent(target:IEventDispatcher = null)Initializes a new instance of the
Parameterstarget:IEventDispatcher (default = null) |
See also
| onLayerChanged | () | method |
protected function onLayerChanged(oldValue:TMLayer, newValue:TMLayer):voidUpdates the state of object when associated thematic layer is changed.
Parameters
oldValue:TMLayer — An old thematic layer that was associated with this component.
| |
newValue:TMLayer — A new thematic layer that is now associated with this component.
|
| propertyChange | Event |
mx.events.PropertyChangeEventmx.events.PropertyChangeEvent.PROPERTY_CHANGE
The propertyChange event is dispatched when a property of thematic layer component is changed.