Package | Description |
---|---|
org.opennms.features.vaadin.datacollection | |
org.opennms.features.vaadin.mibcompiler.services | |
org.opennms.netmgt.config.datacollection |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.dao.castor.collector |
Modifier and Type | Method and Description |
---|---|
Collection<Group> |
GroupPanel.getGroups()
Gets the groups.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupTable.addGroup(Group group)
Adds a group.
|
abstract void |
GroupForm.deleteGroup(Group group)
Delete group.
|
abstract void |
GroupForm.saveGroup(Group group)
Save group.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
GroupTable.updateExternalSource(com.vaadin.data.util.BeanItem<Group> item)
Update external source.
|
Modifier and Type | Method and Description |
---|---|
protected Group |
JsmiMibParser.getGroup(DatacollectionGroup data,
String groupName,
String resourceType)
Gets the group.
|
Modifier and Type | Method and Description |
---|---|
Group[] |
Groups.getGroup()
Method getGroup.Returns the contents of the collection in an
Array.
|
Group[] |
DatacollectionGroup.getGroup()
Method getGroup.Returns the contents of the collection in an
Array.
|
Group |
Groups.getGroup(int index)
Method getGroup.
|
Group |
DatacollectionGroup.getGroup(int index)
Method getGroup.
|
Group |
Groups.removeGroupAt(int index)
Method removeGroupAt.
|
Group |
DatacollectionGroup.removeGroupAt(int index)
Method removeGroupAt.
|
static Group |
Group.unmarshal(Reader reader)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Group> |
Groups.enumerateGroup()
Method enumerateGroup.
|
Enumeration<Group> |
DatacollectionGroup.enumerateGroup()
Method enumerateGroup.
|
List<Group> |
Groups.getGroupCollection()
Method getGroupCollection.Returns a reference to
'_groupList'.
|
List<Group> |
DatacollectionGroup.getGroupCollection()
Method getGroupCollection.Returns a reference to
'_groupList'.
|
Iterator<Group> |
Groups.iterateGroup()
Method iterateGroup.
|
Iterator<Group> |
DatacollectionGroup.iterateGroup()
Method iterateGroup.
|
Modifier and Type | Method and Description |
---|---|
void |
Groups.addGroup(Group group) |
void |
DatacollectionGroup.addGroup(Group group) |
void |
Groups.addGroup(int index,
Group group) |
void |
DatacollectionGroup.addGroup(int index,
Group group) |
boolean |
Groups.removeGroup(Group group)
Method removeGroup.
|
boolean |
DatacollectionGroup.removeGroup(Group group)
Method removeGroup.
|
void |
Groups.setGroup(Group[] groups) |
void |
DatacollectionGroup.setGroup(Group[] groups) |
void |
Groups.setGroup(int index,
Group group) |
void |
DatacollectionGroup.setGroup(int index,
Group group) |
Modifier and Type | Method and Description |
---|---|
void |
Groups.setGroup(List<Group> groups)
Sets the value of '_groupList' by copying the given Vector.
|
void |
DatacollectionGroup.setGroup(List<Group> groups)
Sets the value of '_groupList' by copying the given Vector.
|
void |
Groups.setGroupCollection(List<Group> groups)
Deprecated.
|
void |
DatacollectionGroup.setGroupCollection(List<Group> groups)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DataCollectionVisitor.completeGroup(Group group)
completeGroup
|
void |
DataCollectionVisitor.visitGroup(Group group)
visitGroup
|
Copyright © 2015. All Rights Reserved.