Packagespark.events
Classpublic class MobileGridHeaderEvent
InheritanceMobileGridHeaderEvent Inheritance 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.

The MobileGridHeaderEvent class represents events that are dispatched when the user clicks on the header of a column in the DataGrid to sort it.

See also

spark.components.MobileGrid


Public Properties
 PropertyDefined By
  columnIndex : int
[read-only]
MobileGridHeaderEvent
Public Methods
 MethodDefined By
  
MobileGridHeaderEvent(type:String, pindex:int, bubbles:Boolean = false, cancelable:Boolean = false)
MobileGridHeaderEvent
  
clone():Event
[override]
MobileGridHeaderEvent
Public Constants
 ConstantDefined By
  SORT_CHANGE : String = sortChange
[static]
MobileGridHeaderEvent
Property Detail
columnIndexproperty
columnIndex:int  [read-only]


Implementation
    public function get columnIndex():int
Constructor Detail
MobileGridHeaderEvent()Constructor
public function MobileGridHeaderEvent(type:String, pindex:int, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
pindex:int
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
SORT_CHANGEConstant
public static const SORT_CHANGE:String = sortChange