Package | ch.unil.cbg.ExpressionView.events |
Class | public class SearchableDataGridSelectionEvent |
Inheritance | SearchableDataGridSelectionEvent ![]() |
Property | Defined By | ||
---|---|---|---|
selection : Array | SearchableDataGridSelectionEvent |
Method | Defined By | ||
---|---|---|---|
SearchableDataGridSelectionEvent(_type:String, _selection:Array, _bubbles:Boolean = true, _cancelable:Boolean = true) | SearchableDataGridSelectionEvent | ||
clone():Event [override] | SearchableDataGridSelectionEvent |
Constant | Defined By | ||
---|---|---|---|
ITEM_CLICK : String = ItemClick [static] | SearchableDataGridSelectionEvent | ||
ITEM_DOUBLE_CLICK : String = ItemDoubleClick [static] | SearchableDataGridSelectionEvent |
selection | property |
public var selection:Array
SearchableDataGridSelectionEvent | () | Constructor |
public function SearchableDataGridSelectionEvent(_type:String, _selection:Array, _bubbles:Boolean = true, _cancelable:Boolean = true)
_type:String | |
_selection:Array | |
_bubbles:Boolean (default = true )
| |
_cancelable:Boolean (default = true )
|
clone | () | method |
override public function clone():Event
ReturnsEvent |
ITEM_CLICK | Constant |
public static const ITEM_CLICK:String = ItemClick
ITEM_DOUBLE_CLICK | Constant |
public static const ITEM_DOUBLE_CLICK:String = ItemDoubleClick