Package | Description |
---|---|
org.opennms.netmgt.config.pagesequence |
Modifier and Type | Method and Description |
---|---|
Page[] |
PageSequence.getPage()
Method getPage.Returns the contents of the collection in an
Array.
|
Page |
PageSequence.getPage(int index)
Method getPage.
|
Page |
PageSequence.removePageAt(int index)
Method removePageAt.
|
static Page |
Page.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Page> |
PageSequence.enumeratePage()
Method enumeratePage.
|
List<Page> |
PageSequence.getPageCollection()
Method getPageCollection.Returns a reference to '_pageList'.
|
Iterator<Page> |
PageSequence.iteratePage()
Method iteratePage.
|
Modifier and Type | Method and Description |
---|---|
void |
PageSequence.addPage(int index,
Page vPage) |
void |
PageSequence.addPage(Page vPage) |
boolean |
PageSequence.removePage(Page vPage)
Method removePage.
|
void |
PageSequence.setPage(int index,
Page vPage) |
void |
PageSequence.setPage(Page[] vPageArray) |
Modifier and Type | Method and Description |
---|---|
void |
PageSequence.setPage(List<Page> vPageList)
Sets the value of '_pageList' by copying the given Vector.
|
void |
PageSequence.setPageCollection(List<Page> pageList)
Deprecated.
|
Copyright © 2015. All Rights Reserved.