public enum PaginationSize extends Enum<PaginationSize> implements CssClass
| Modifier and Type | Method and Description |
|---|---|
String |
getClassString() |
static PaginationSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaginationSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaginationSize MINI
public static final PaginationSize SMALL
public static final PaginationSize LARGE
public static PaginationSize[] values()
for (PaginationSize c : PaginationSize.values()) System.out.println(c);
public static PaginationSize 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 getClassString()
getClassString in interface CssClassCopyright © 2012. All Rights Reserved.