Packagenet.systemeD.potlatch2
Classpublic class CategorySelector
InheritanceCategorySelector Inheritance mx.containers.VBox
Implementsmx.binding.IBindingClient



Public Properties
 PropertyDefined by
  limit : String
[read-only] The type of features currently shown ("area", "node"...)
CategorySelector
  selectedType : Feature
[read-only] The Feature type (eg, "residential road") currently selected.
CategorySelector
Public Methods
 MethodDefined by
  
setLimitTypes(type:String):void
Set the current type of Features that will be shown ("area", "node"...
CategorySelector
  
CategorySelector
  
Set the selected feature displayed in the selector.
CategorySelector
Property detail
limitproperty
limit:String  [read-only]

The type of features currently shown ("area", "node"...)

This property can be used as the source for data binding.

Implementation
    public function get limit():String
selectedTypeproperty 
selectedType:Feature  [read-only]

The Feature type (eg, "residential road") currently selected.

This property can be used as the source for data binding.

Implementation
    public function get selectedType():Feature
Method detail
setLimitTypes()method
public function setLimitTypes(type:String):void

Set the current type of Features that will be shown ("area", "node"... )

Parameters
type:String
setNoSelectedFeature()method 
public function setNoSelectedFeature():void
setSelectedFeature()method 
public function setSelectedFeature(feature:Feature):void

Set the selected feature displayed in the selector. The tab is switched to the first category the feature is part of.

Parameters
feature:Feature — The feature to make selected.