| Package | org.openzet.events |
| Class | public class PagingEvent |
| Inheritance | PagingEvent flash.events.Event |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
PagingEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, detail:int = -1)
Constructor.
| PagingEvent | ||
| Constant | Defined 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 | ||
| detail | property |
public var detail:intdetail index
| newPage | property |
public var newPage:uintnew page index
| nextPage | property |
public var nextPage:uintnext page index
| oldPage | property |
public var oldPage:uintold page index
| prevPage | property |
public var prevPage:uintprevious page index
| PagingEvent | () | constructor |
public function PagingEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, detail:int = -1)Constructor.
Parameterstype:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
|
detail:int (default = -1) |
| NEXT_PAGE | constant |
public static const NEXT_PAGE:String = "nextPage"Static constant that represents nextPage event name.
| PAGE_CLICK | constant |
public static const PAGE_CLICK:String = "pageClick"Static constant that represents pageClick event name.
| PREV_PAGE | constant |
public static const PREV_PAGE:String = "prevPage"Static constant that represents prevPage event name.