Package | spark.events |
Class | public class MobileGridHeaderEvent |
Inheritance | MobileGridHeaderEvent flash.events.Event |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.11 |
Runtime Versions : | AIR 3.8 |
This class is experimental, which means it has not been tested or documented as thoroughly as other core Apache Flex classes. |
See also
Property | Defined By | ||
---|---|---|---|
columnIndex : int [read-only] | MobileGridHeaderEvent |
Method | Defined By | ||
---|---|---|---|
MobileGridHeaderEvent(type:String, pindex:int, bubbles:Boolean = false, cancelable:Boolean = false) | MobileGridHeaderEvent | ||
clone():Event [override] | MobileGridHeaderEvent |
Constant | Defined By | ||
---|---|---|---|
SORT_CHANGE : String = sortChange [static] | MobileGridHeaderEvent |
columnIndex | property |
columnIndex:int
[read-only] public function get columnIndex():int
MobileGridHeaderEvent | () | Constructor |
public function MobileGridHeaderEvent(type:String, pindex:int, bubbles:Boolean = false, cancelable:Boolean = false)
type:String | |
pindex:int | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
clone | () | method |
override public function clone():Event
ReturnsEvent |
SORT_CHANGE | Constant |
public static const SORT_CHANGE:String = sortChange