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

Packages that use PaginationType
com.github.dandelion.datatables.core.configuration   
com.github.dandelion.datatables.core.extension.feature   
 

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

Fields in com.github.dandelion.datatables.core.configuration with type parameters of type PaginationType
static ConfigToken<PaginationType> TableConfig.FEATURE_PAGINATIONTYPE
           
 

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

Methods in com.github.dandelion.datatables.core.extension.feature that return PaginationType
static PaginationType PaginationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PaginationType[] PaginationType.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.