PageCollection
Contents
[
Hide
]PageCollection class
Page collection.
Methods
| Name | Description |
|---|---|
| add(page) | Add the page in the collection. |
| clear() | |
| dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| get() | |
| getCount() | |
| getPage(ID) | Gets the element at the specified ID. |
| getPage(name) | Gets the element at the specified name. |
| iterator() | Reserved for internal use. |
| remove(page) | Remove the page from the collection. |
| removeAt() |
add(page)
Add the page in the collection.
| Parameter | Type | Description |
|---|---|---|
| page | Page |
Returns: Number — Number
clear()
dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
get()
getCount()
getPage(ID)
Gets the element at the specified ID.
| Parameter | Type | Description |
|---|---|---|
| ID | Number |
Returns: Page — Page
getPage(name)
Gets the element at the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | String |
Returns: Page — Page
iterator()
Reserved for internal use.
remove(page)
Remove the page from the collection.
| Parameter | Type | Description |
|---|---|---|
| page | Page |