Uses of Class
com.github.dandelion.datatables.core.html.HtmlRow

Packages that use HtmlRow
com.github.dandelion.datatables.core.html   
 

Uses of HtmlRow in com.github.dandelion.datatables.core.html
 

Methods in com.github.dandelion.datatables.core.html that return HtmlRow
 HtmlRow HtmlRow.addColumns(String... columns)
           
 HtmlRow HtmlTable.addFooterRow()
           
 HtmlRow HtmlRow.addHeaderColumns(String... columns)
           
 HtmlRow HtmlTable.addHeaderRow()
           
 HtmlRow HtmlTable.addRow()
           
 HtmlRow HtmlTable.addRow(String rowId)
           
 HtmlRow HtmlTable.getFirstHeaderRow()
           
 HtmlRow HtmlTable.getLastBodyRow()
           
 HtmlRow HtmlTable.getLastFooterRow()
           
 HtmlRow HtmlTable.getLastHeaderRow()
           
 

Methods in com.github.dandelion.datatables.core.html that return types with arguments of type HtmlRow
 List<HtmlRow> HtmlTable.getBodyRows()
           
 List<HtmlRow> HtmlTable.getHeadRows()
           
 

Methods in com.github.dandelion.datatables.core.html with parameters of type HtmlRow
 HtmlTable HtmlTable.addRows(HtmlRow... rows)
           
 



Copyright © 2013–2014 Dandelion Project. All rights reserved.