public static enum PaginatorEvent.NavigationButton extends Enum<PaginatorEvent.NavigationButton>
| Enum Constant and Description |
|---|
FAST_BACKWARDS
Skip backwards
|
FAST_FORWARD
Skip forward
|
FIRST_PAGE
Skip to first page
|
LAST_PAGE
Skip to last page
|
NEXT_PAGE
Go to next page
|
PREVOIOUS_PAGE
Go to previous page
|
| Modifier and Type | Method and Description |
|---|---|
static PaginatorEvent.NavigationButton |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaginatorEvent.NavigationButton[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaginatorEvent.NavigationButton NEXT_PAGE
public static final PaginatorEvent.NavigationButton FAST_FORWARD
public static final PaginatorEvent.NavigationButton LAST_PAGE
public static final PaginatorEvent.NavigationButton PREVOIOUS_PAGE
public static final PaginatorEvent.NavigationButton FAST_BACKWARDS
public static final PaginatorEvent.NavigationButton FIRST_PAGE
public static PaginatorEvent.NavigationButton[] values()
for (PaginatorEvent.NavigationButton c : PaginatorEvent.NavigationButton.values()) System.out.println(c);
public static PaginatorEvent.NavigationButton 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 nullCopyright © 2006–2017 Esito AS. All rights reserved.