Package | Description |
---|---|
org.opennms.netmgt.config.siteStatusViews |
Modifier and Type | Method and Description |
---|---|
RowDef[] |
Rows.getRowDef()
Method getRowDef.Returns the contents of the collection in
an Array.
|
RowDef |
Rows.getRowDef(int index)
Method getRowDef.
|
RowDef |
Rows.removeRowDefAt(int index)
Method removeRowDefAt.
|
static RowDef |
RowDef.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<RowDef> |
Rows.enumerateRowDef()
Method enumerateRowDef.
|
List<RowDef> |
Rows.getRowDefCollection()
Method getRowDefCollection.Returns a reference to
'_rowDefList'.
|
Iterator<RowDef> |
Rows.iterateRowDef()
Method iterateRowDef.
|
Modifier and Type | Method and Description |
---|---|
void |
Rows.addRowDef(int index,
RowDef vRowDef) |
void |
Rows.addRowDef(RowDef vRowDef) |
boolean |
Rows.removeRowDef(RowDef vRowDef)
Method removeRowDef.
|
void |
Rows.setRowDef(int index,
RowDef vRowDef) |
void |
Rows.setRowDef(RowDef[] vRowDefArray) |
Modifier and Type | Method and Description |
---|---|
void |
Rows.setRowDef(List<RowDef> vRowDefList)
Sets the value of '_rowDefList' by copying the given Vector.
|
void |
Rows.setRowDefCollection(List<RowDef> rowDefList)
Deprecated.
|
Copyright © 2017. All rights reserved.