Property | Defined By | ||
---|---|---|---|
headerOff : int = 1 | PageStatus |
Method | Defined By | ||
---|---|---|---|
PageStatus(message:TopicMessage) | PageStatus | ||
getCurrentPage():int
Returns the current page number. | PageStatus | ||
getLastPage():int
Returns the current highest page number. | PageStatus | ||
getTotalNumberOfLines():int
Returns the total number of lines in the data. | PageStatus | ||
isDirty():Boolean
Returns whether the page is 'dirty', meaning that has been returned for
it is currently out of date and the page needs to be refreshed. | PageStatus | ||
setDirty(value:Boolean):void | PageStatus |
headerOff | property |
public var headerOff:int = 1
PageStatus | () | Constructor |
getCurrentPage | () | method |
public function getCurrentPage():int
Returns the current page number.
Note that the first page is numbered 1.
Returnsint — the current page number
|
getLastPage | () | method |
public function getLastPage():int
Returns the current highest page number.
Returnsint — the current highest page number.
|
getTotalNumberOfLines | () | method |
public function getTotalNumberOfLines():int
Returns the total number of lines in the data.
Returnsint — the total number of lines.
|
isDirty | () | method |
public function isDirty():Boolean
Returns whether the page is 'dirty', meaning that has been returned for it is currently out of date and the page needs to be refreshed.
ReturnsBoolean — true if dirty.
|
setDirty | () | method |
public function setDirty(value:Boolean):void
Parameters
value:Boolean |