Uses of Class
com.github.dandelion.datatables.core.ajax.ColumnDef

Packages that use ColumnDef
com.github.dandelion.datatables.core.ajax   
 

Uses of ColumnDef in com.github.dandelion.datatables.core.ajax
 

Methods in com.github.dandelion.datatables.core.ajax that return types with arguments of type ColumnDef
 List<ColumnDef> DatatablesCriterias.getColumnDefs()
           
 List<ColumnDef> DatatablesCriterias.getSortingColumnDefs()
           
 

Constructor parameters in com.github.dandelion.datatables.core.ajax with type arguments of type ColumnDef
DatatablesCriterias(String search, Integer displayStart, Integer displaySize, List<ColumnDef> columnDefs, List<ColumnDef> sortingColumnDefs, Integer internalCounter)
           
DatatablesCriterias(String search, Integer displayStart, Integer displaySize, List<ColumnDef> columnDefs, List<ColumnDef> sortingColumnDefs, Integer internalCounter)
           
 



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