Packageorg.openzet.events
Classpublic class PagingEvent
InheritancePagingEvent Inheritance flash.events.Event

Custom Event class for PagingLinkBar.



Public Properties
 PropertyDefined by
  detail : int
detail index
PagingEvent
  newPage : uint
new page index
PagingEvent
  nextPage : uint
next page index
PagingEvent
  oldPage : uint
old page index
PagingEvent
  prevPage : uint
previous page index
PagingEvent
Public Methods
 MethodDefined by
  
PagingEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, detail:int = -1)
Constructor.
PagingEvent
Public Constants
 ConstantDefined by
  NEXT_PAGE : String = "nextPage"
[static] Static constant that represents nextPage event name.
PagingEvent
  PAGE_CLICK : String = "pageClick"
[static] Static constant that represents pageClick event name.
PagingEvent
  PREV_PAGE : String = "prevPage"
[static] Static constant that represents prevPage event name.
PagingEvent
Property detail
detailproperty
public var detail:int

detail index

newPageproperty 
public var newPage:uint

new page index

nextPageproperty 
public var nextPage:uint

next page index

oldPageproperty 
public var oldPage:uint

old page index

prevPageproperty 
public var prevPage:uint

previous page index

Constructor detail
PagingEvent()constructor
public function PagingEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, detail:int = -1)

Constructor.

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
detail:int (default = -1)
Constant detail
NEXT_PAGEconstant
public static const NEXT_PAGE:String = "nextPage"

Static constant that represents nextPage event name.

PAGE_CLICKconstant 
public static const PAGE_CLICK:String = "pageClick"

Static constant that represents pageClick event name.

PREV_PAGEconstant 
public static const PREV_PAGE:String = "prevPage"

Static constant that represents prevPage event name.