public enum SheetAction extends Enum<SheetAction>
Enum Constant and Description |
---|
first
First page is requested
|
last
Last page is requested
|
lazy
A lazy load is requested
|
next
Next page is requested
|
prev
Previous page is requested
|
sort
Sorting
|
toPage
A specified page is requested
|
toRow
A specified row is requested
|
Modifier and Type | Method and Description |
---|---|
String |
getBundleKey() |
static SheetAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SheetAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SheetAction first
public static final SheetAction prev
public static final SheetAction next
public static final SheetAction last
public static final SheetAction toRow
public static final SheetAction toPage
public static final SheetAction sort
public static final SheetAction lazy
public static SheetAction[] values()
for (SheetAction c : SheetAction.values()) System.out.println(c);
public static SheetAction 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 getBundleKey()
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.