public enum PaginationSize extends Enum<PaginationSize> implements Size, Style.HasCssName
| Modifier and Type | Method and Description |
|---|---|
static PaginationSize |
fromStyleName(String styleName) |
String |
getCssName() |
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 NONE
public static final PaginationSize LARGE
public static final PaginationSize SMALL
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 getCssName()
getCssName in interface Style.HasCssNamepublic static PaginationSize fromStyleName(String styleName)
Copyright © 2017. All rights reserved.