Class PageStatus
Describes the status of the current page view.
Fields Summary
Number
|
currentPage
The page currently open. |
Number
|
isDirty
Is the status dirty. |
Number
|
lastPage
The last page available to be opened. |
Number
|
numberOfLines
The total number of lines in the topic. |
Constructor Summary
PageStatus
|
PageStatus
|
Method Summary
Constructor Details
PageStatus
PageStatus PageStatus
- Parameters
-
currentPage
- -
lastPage
- -
numberOfLines
-
- Since:
- 5.0
Field Details
currentPage
Number currentPage
The page currently open.
isDirty
Number isDirty
Is the status dirty. True if view is out of sync.
lastPage
Number lastPage
The last page available to be opened.
numberOfLines
Number numberOfLines
The total number of lines in the topic.