Uses of Class
org.opennms.netmgt.config.surveillanceViews.RowDef
-
Packages that use RowDef Package Description org.opennms.netmgt.config.surveillanceViews This file is part of OpenNMS(R). -
-
Uses of RowDef in org.opennms.netmgt.config.surveillanceViews
Methods in org.opennms.netmgt.config.surveillanceViews that return types with arguments of type RowDef Modifier and Type Method Description Optional<RowDef>
View. getRowDef(String label)
List<RowDef>
View. getRows()
Methods in org.opennms.netmgt.config.surveillanceViews with parameters of type RowDef Modifier and Type Method Description void
View. addRow(RowDef row)
boolean
View. removeRow(RowDef row)
Method parameters in org.opennms.netmgt.config.surveillanceViews with type arguments of type RowDef Modifier and Type Method Description void
View. setRows(List<RowDef> rows)
-