Packagecom.flexicious.grids.columns.footers
Classpublic class PagerControl
InheritancePagerControl Inheritance mx.containers.HBox
Implements IPager, mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  grid : IExtendedDataGrid
PagerControl
  leftSpacer : Spacer
PagerControl
  pageCount : int
[read-only]
PagerControl
  pageEnd : int
[read-only]
PagerControl
  pageIndex : int
PagerControl
  pagerPosition : String
PagerControl
  pageSize : int
PagerControl
  pageStart : int
[read-only]
PagerControl
  rightSpacer : Spacer
PagerControl
  totalRecords : int
PagerControl
Public Methods
 MethodDefined By
  
Constructor.
PagerControl
  
reset():void
PagerControl
  
setActualSize(w:Number, h:Number):void
[override]
PagerControl
Events
 Event Summary Defined By
  PagerControl
  PagerControl
  PagerControl
Property Detail
gridproperty
grid:IExtendedDataGrid

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


Implementation
    public function get grid():IExtendedDataGrid
    public function set grid(value:IExtendedDataGrid):void
leftSpacerproperty 
public var leftSpacer:Spacer

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

pageCountproperty 
pageCount:int  [read-only]

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


Implementation
    public function get pageCount():int
pageEndproperty 
pageEnd:int  [read-only]

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


Implementation
    public function get pageEnd():int
pageIndexproperty 
pageIndex:int

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


Implementation
    public function get pageIndex():int
    public function set pageIndex(value:int):void
pagerPositionproperty 
pagerPosition:String


Implementation
    public function get pagerPosition():String
    public function set pagerPosition(value:String):void
pageSizeproperty 
pageSize:int


Implementation
    public function get pageSize():int
    public function set pageSize(value:int):void
pageStartproperty 
pageStart:int  [read-only]

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


Implementation
    public function get pageStart():int
rightSpacerproperty 
public var rightSpacer:Spacer

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

totalRecordsproperty 
totalRecords:int

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


Implementation
    public function get totalRecords():int
    public function set totalRecords(value:int):void
Constructor Detail
PagerControl()Constructor
public function PagerControl()

Constructor.

Method Detail
reset()method
public function reset():void

setActualSize()method 
override public function setActualSize(w:Number, h:Number):void

Parameters

w:Number
 
h:Number

Event Detail
pageChange Event
Event Object Type: com.flexicious.grids.Events.PageChangeEvent

reset Event  

totalRecordsSet Event