Packagecom.flexicious.controls.interfaces
Interfacepublic interface IPager extends mx.core.IUIComponent
Implementors PagerControl

Works with the ExtendedDataGrid, to provide UI for the pager bar. Flexicious provides a default implementation of this, but you may override with your own. See examples.



Public Properties
 PropertyDefined By
  grid : IExtendedDataGrid
IPager
  pageIndex : int
IPager
  pagerPosition : String
[write-only]
IPager
  pageSize : int
IPager
  totalRecords : int
IPager
Public Methods
 MethodDefined By
  
reset():void
IPager
Property Detail
gridproperty
grid:IExtendedDataGrid


Implementation
    public function get grid():IExtendedDataGrid
    public function set grid(value:IExtendedDataGrid):void
pageIndexproperty 
pageIndex:int


Implementation
    public function get pageIndex():int
    public function set pageIndex(value:int):void
pagerPositionproperty 
pagerPosition:String  [write-only]


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


Implementation
    public function get pageSize():int
    public function set pageSize(value:int):void
totalRecordsproperty 
totalRecords:int


Implementation
    public function get totalRecords():int
    public function set totalRecords(value:int):void
Method Detail
reset()method
public function reset():void