| Package | fr.kapit.components.treemap.events |
| Class | public class TreeMapFilterEvent |
| Inheritance | TreeMapFilterEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| newValue : Number
The value of the right or left arrow after the user has changed it.
| TreeMapFilterEvent | ||
| oldValue : Number
The value of the right or left arrow before the user starts changing it.
| TreeMapFilterEvent | ||
| position : String
Indicates whether this event corresponds to the leftValue or rightValue of the filter.
| TreeMapFilterEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
TreeMapFilterEvent(type:String, position:String, oldValue:Number, newValue:Number)
Constructor.
| TreeMapFilterEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| LEFT_VALUE : String = "leftValue" [static]
| TreeMapFilterEvent | ||
| RIGHT_VALUE : String = "rightValue" [static]
| TreeMapFilterEvent | ||
| VALUE_CHANGED : String = "valueChanged" [static]
Dispatched when the user ends dragging the filter arrow.
| TreeMapFilterEvent | ||
| VALUE_CHANGING : String = "valueChanging" [static]
Dispatched when the used drags the filter arrow and changes the value.
| TreeMapFilterEvent | ||
| newValue | property |
public var newValue:NumberThe value of the right or left arrow after the user has changed it.
| oldValue | property |
public var oldValue:NumberThe value of the right or left arrow before the user starts changing it.
| position | property |
public var position:StringIndicates whether this event corresponds to the leftValue or rightValue of the filter.
See also
| TreeMapFilterEvent | () | constructor |
public function TreeMapFilterEvent(type:String, position:String, oldValue:Number, newValue:Number)Constructor.
Parameterstype:String |
|
position:String |
|
oldValue:Number |
|
newValue:Number |
| LEFT_VALUE | constant |
public static const LEFT_VALUE:String = "leftValue"
| RIGHT_VALUE | constant |
public static const RIGHT_VALUE:String = "rightValue"
| VALUE_CHANGED | constant |
public static const VALUE_CHANGED:String = "valueChanged"Dispatched when the user ends dragging the filter arrow.
| VALUE_CHANGING | constant |
public static const VALUE_CHANGING:String = "valueChanging"Dispatched when the used drags the filter arrow and changes the value.