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

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

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

Methods in com.github.dandelion.datatables.core.ajax that return ColumnDef.SortDirection
 ColumnDef.SortDirection ColumnDef.getSortDirection()
           
static ColumnDef.SortDirection ColumnDef.SortDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ColumnDef.SortDirection[] ColumnDef.SortDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.github.dandelion.datatables.core.ajax with parameters of type ColumnDef.SortDirection
 void ColumnDef.setSortDirection(ColumnDef.SortDirection sortDirection)
           
 



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