Package | Description |
---|---|
org.opennms.netmgt.config.viewsdisplay |
This file is part of OpenNMS(R).
|
org.opennms.web.category |
Modifier and Type | Method and Description |
---|---|
Section[] |
View.getSection()
Method getSection.Returns the contents of the collection in an Array.
|
Section |
View.getSection(int index)
Method getSection.
|
Section |
View.removeSectionAt(int index)
Method removeSectionAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Section> |
View.enumerateSection()
Method enumerateSection.
|
List<Section> |
View.getSectionCollection()
Method getSectionCollection.Returns a reference to 'sectionList'.
|
Iterator<Section> |
View.iterateSection()
Method iterateSection.
|
Modifier and Type | Method and Description |
---|---|
void |
View.addSection(int index,
Section vSection) |
void |
View.addSection(Section vSection) |
boolean |
View.removeSection(Section vSection)
Method removeSection.
|
void |
View.setSection(int index,
Section vSection) |
void |
View.setSection(Section[] vSectionArray) |
Modifier and Type | Method and Description |
---|---|
void |
View.setSection(List<Section> vSectionList)
Sets the value of 'sectionList' by copying the given Vector.
|
void |
View.setSectionCollection(List<Section> sectionList)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Section[] |
CategoryList.m_sections
Display rules from viewsdisplay.xml.
|
Copyright © 2017. All rights reserved.