PackageTop Level
Classpublic class pagintedDatagrid
InheritancepagintedDatagrid Inheritance mx.core.Application
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  lSelectedIndex : Label
pagintedDatagrid
  pagedDG : pagedDatagrid
pagintedDatagrid
Public Methods
 MethodDefined By
  
Constructor.
pagintedDatagrid
Protected Methods
 MethodDefined By
  
pagedDG_itemClickHandler(event:ListEvent):void
Method to display currently selected index
pagintedDatagrid
Property Detail
lSelectedIndexproperty
public var lSelectedIndex:Label

This property can be used as the source for data binding.

pagedDGproperty 
public var pagedDG:pagedDatagrid

This property can be used as the source for data binding.

Constructor Detail
pagintedDatagrid()Constructor
public function pagintedDatagrid()

Constructor.

Method Detail
pagedDG_itemClickHandler()method
protected function pagedDG_itemClickHandler(event:ListEvent):void

Method to display currently selected index

Parameters

event:ListEvent