public enum PagingType extends Enum<PagingType>
Enum containing all alternative pagination style.
| Enum Constant and Description |
|---|
BOOTSTRAP_FULL |
BOOTSTRAP_FULL_NUMBERS |
BOOTSTRAP_SIMPLE |
EXTSTYLE |
FULL |
FULL_NUMBERS |
INPUT |
LISTBOX |
SCROLLING |
SIMPLE |
SIMPLE_NUMBERS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PagingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PagingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PagingType SIMPLE
public static final PagingType SIMPLE_NUMBERS
public static final PagingType FULL
public static final PagingType FULL_NUMBERS
public static final PagingType INPUT
public static final PagingType LISTBOX
public static final PagingType SCROLLING
public static final PagingType EXTSTYLE
public static final PagingType BOOTSTRAP_SIMPLE
public static final PagingType BOOTSTRAP_FULL
public static final PagingType BOOTSTRAP_FULL_NUMBERS
public static PagingType[] values()
for (PagingType c : PagingType.values()) System.out.println(c);
public static PagingType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<PagingType>Copyright © 2013–2015 Dandelion Project. All rights reserved.