| Package | com.kapit.diagram.controls |
| Class | public class GriddedButtonEvent |
| Inheritance | GriddedButtonEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| index : int = -1 | GriddedButtonEvent | ||
| selectedindex : int = -1
The index of the selected item.
| GriddedButtonEvent | ||
| selecteditem : * = null
The selected item.
| GriddedButtonEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
GriddedButtonEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new GriddedButtonEvent object to pass to event listeners.
| GriddedButtonEvent | ||
|
clone():Event
Duplicates an instance of the GriddedButtonEvent.
| GriddedButtonEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| COLLAPSED : String = "__collapsed__" [static]
| GriddedButtonEvent | ||
| COLLAPSING : String = "__collapsing__" [static]
| GriddedButtonEvent | ||
| EXPANDED : String = "__expanded__" [static]
| GriddedButtonEvent | ||
| EXPANDING : String = "__expanding__" [static]
| GriddedButtonEvent | ||
| ICON_CLICKED : String = "__iconclicked__" [static]
| GriddedButtonEvent | ||
| ICON_DRAG : String = "__icondrag__" [static]
| GriddedButtonEvent | ||
| SELECTION_CHANGED : String = "__selchanged__" [static]
| GriddedButtonEvent | ||
| index | property |
public var index:int = -1
| selectedindex | property |
public var selectedindex:int = -1The index of the selected item.
| selecteditem | property |
public var selecteditem:* = nullThe selected item.
| GriddedButtonEvent | () | constructor |
public function GriddedButtonEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Creates a new GriddedButtonEvent object to pass to event listeners.
Parameterstype:String — The type of the event, accessible as Event.type.
|
|
bubbles:Boolean (default = false) — Determines whether the Event object participates in the bubbling stage of the
event flow. The default value is false.
|
|
cancelable:Boolean (default = false) — Determines whether the Event object can be canceled. The default values is false.
|
| clone | () | method |
public override function clone():EventDuplicates an instance of the GriddedButtonEvent.
ReturnsEvent — A new GriddedButtonEvent object that is identical to the original.
|
| COLLAPSED | constant |
public static const COLLAPSED:String = "__collapsed__"
| COLLAPSING | constant |
public static const COLLAPSING:String = "__collapsing__"
| EXPANDED | constant |
public static const EXPANDED:String = "__expanded__"
| EXPANDING | constant |
public static const EXPANDING:String = "__expanding__"
| ICON_CLICKED | constant |
public static const ICON_CLICKED:String = "__iconclicked__"
| ICON_DRAG | constant |
public static const ICON_DRAG:String = "__icondrag__"
| SELECTION_CHANGED | constant |
public static const SELECTION_CHANGED:String = "__selchanged__"