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

Packages that use HtmlColumn
com.github.dandelion.datatables.core.configuration   
com.github.dandelion.datatables.core.html   
 

Uses of HtmlColumn in com.github.dandelion.datatables.core.configuration
 

Methods in com.github.dandelion.datatables.core.configuration with parameters of type HtmlColumn
static void ColumnConfig.applyConfiguration(Map<ConfigToken<?>,Object> stagingConf, Map<ConfigToken<?>,Extension> stagingExtensions, HtmlColumn column)
           Overloads the configurations stored in the ColumnConfiguration instance with the one passed as parameter.
static void ColumnConfig.processConfiguration(HtmlColumn column, HtmlTable table)
           At this point, the configuration stored inside the ColumnConfiguration contains only Strings.
 

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

Methods in com.github.dandelion.datatables.core.html that return HtmlColumn
 HtmlColumn HtmlRow.addColumn(HtmlColumn column)
           
 HtmlColumn HtmlRow.addColumn(String columnContent)
           
 HtmlColumn HtmlRow.addColumn(String columnContent, String displayFormat)
           
 HtmlColumn HtmlRow.addHeaderColumn(HtmlColumn headerColumn)
           
 HtmlColumn HtmlRow.addHeaderColumn(String columnContent)
           
 HtmlColumn HtmlRow.getLastColumn()
           
 

Methods in com.github.dandelion.datatables.core.html that return types with arguments of type HtmlColumn
 List<HtmlColumn> HtmlRow.getColumns()
           
 List<HtmlColumn> HtmlRow.getColumns(String... enabledFormats)
           Returns a filtered list of HtmlColumn for this current HtmlRow.
 List<HtmlColumn> HtmlRow.getHeaderColumns()
           
 

Methods in com.github.dandelion.datatables.core.html with parameters of type HtmlColumn
 HtmlColumn HtmlRow.addColumn(HtmlColumn column)
           
 HtmlColumn HtmlRow.addHeaderColumn(HtmlColumn headerColumn)
           
 

Method parameters in com.github.dandelion.datatables.core.html with type arguments of type HtmlColumn
 void HtmlRow.setColumns(List<HtmlColumn> columns)
           
 



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