Uses of Class
org.wicketstuff.datatables.options.Options.PagingType
-
Packages that use Options.PagingType Package Description org.wicketstuff.datatables.options -
-
Uses of Options.PagingType in org.wicketstuff.datatables.options
Fields in org.wicketstuff.datatables.options with type parameters of type Options.PagingType Modifier and Type Field Description static de.agilecoders.wicket.jquery.IKey<Options.PagingType>Options. _PagingTypehttps://datatables.net/examples/basic_init/alt_pagination.htmlMethods in org.wicketstuff.datatables.options that return Options.PagingType Modifier and Type Method Description static Options.PagingTypeOptions.PagingType. valueOf(String name)Returns the enum constant of this type with the specified name.static Options.PagingType[]Options.PagingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wicketstuff.datatables.options with parameters of type Options.PagingType Modifier and Type Method Description OptionsOptions. pagingType(Options.PagingType pagingType)
-