Uses of Class
com.github.dandelion.datatables.core.extension.feature.SortType

Packages that use SortType
com.github.dandelion.datatables.core.extension.feature   
 

Uses of SortType in com.github.dandelion.datatables.core.extension.feature
 

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



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