Methods

add(page) → Number

Add the page in the collection.

Parameter

Name Type Optional Description

page

Page

 

Returns

Number 

clear()

dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

get()

getCount()

getPage(ID) → Page

Gets the element at the specified ID.

Parameter

Name Type Optional Description

ID

Number

 

Returns

Page 

getPage(name) → Page

Gets the element at the specified name.

Parameter

Name Type Optional Description

name

String

 

Returns

Page 

iterator()

Reserved for internal use.

remove(page)

Remove the page from the collection.

Parameter

Name Type Optional Description

page

Page

 

removeAt()