| Property | Defined by | ||
|---|---|---|---|
| firstResult : int | PageInfo | ||
| maxResults : int | PageInfo | ||
| sortInfo : SortInfo | PageInfo | ||
| Method | Defined by | ||
|---|---|---|---|
|
PageInfo(firstResult:int = 0, maxResults:int = 0, order:Array = null, desc:Array = null)
| PageInfo | ||
|
readExternal(input:IDataInput):void
| PageInfo | ||
|
writeExternal(out:IDataOutput):void
| PageInfo | ||
| firstResult | property |
public var firstResult:int
| maxResults | property |
public var maxResults:int
| sortInfo | property |
public var sortInfo:SortInfo
| PageInfo | () | constructor |
public function PageInfo(firstResult:int = 0, maxResults:int = 0, order:Array = null, desc:Array = null)Parameters
firstResult:int (default = 0) |
|
maxResults:int (default = 0) |
|
order:Array (default = null) |
|
desc:Array (default = null) |
| readExternal | () | method |
public function readExternal(input:IDataInput):voidParameters
input:IDataInput |
| writeExternal | () | method |
public function writeExternal(out:IDataOutput):voidParameters
out:IDataOutput |