| Package | Description | 
|---|---|
| org.opennms.web.svclayer.model | 
| Modifier and Type | Method and Description | 
|---|---|
SimpleWebTable.Cell | 
SimpleWebTable.addCell(Object cellContent,
       String cellStyle)
addCell 
 | 
SimpleWebTable.Cell | 
SimpleWebTable.addCell(Object cellContent,
       String cellStyle,
       String link)
addCell 
 | 
SimpleWebTable.Cell | 
SimpleWebTable.addCell(String cellContent)
addCell 
 | 
SimpleWebTable.Cell | 
SimpleWebTable.addColumn(Object headerContent)
addColumn 
 | 
SimpleWebTable.Cell | 
SimpleWebTable.addColumn(Object headerContent,
         String headerStyle)
addColumn 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<SimpleWebTable.Cell> | 
SimpleWebTable.getColumnHeaders()
getColumnHeaders 
 | 
List<List<SimpleWebTable.Cell>> | 
SimpleWebTable.getRows()
getRows 
 | 
Copyright © 2020. All rights reserved.