|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<HasKeyboardPagingPolicy.KeyboardPagingPolicy> com.google.gwt.user.cellview.client.HasKeyboardPagingPolicy.KeyboardPagingPolicy
public static enum HasKeyboardPagingPolicy.KeyboardPagingPolicy
The policy that determines how keyboard paging will work.
Enum Constant Summary | |
---|---|
CHANGE_PAGE
Users can navigate between pages. |
|
CURRENT_PAGE
Users cannot navigate past the current page. |
|
INCREASE_RANGE
If the user navigates to the beginning or end of the current range, the range is increased. |
Method Summary | |
---|---|
(package private) boolean |
isLimitedToRange()
|
static HasKeyboardPagingPolicy.KeyboardPagingPolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HasKeyboardPagingPolicy.KeyboardPagingPolicy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final HasKeyboardPagingPolicy.KeyboardPagingPolicy CURRENT_PAGE
public static final HasKeyboardPagingPolicy.KeyboardPagingPolicy CHANGE_PAGE
public static final HasKeyboardPagingPolicy.KeyboardPagingPolicy INCREASE_RANGE
Method Detail |
---|
public static HasKeyboardPagingPolicy.KeyboardPagingPolicy[] values()
for (HasKeyboardPagingPolicy.KeyboardPagingPolicy c : HasKeyboardPagingPolicy.KeyboardPagingPolicy.values()) System.out.println(c);
public static HasKeyboardPagingPolicy.KeyboardPagingPolicy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullboolean isLimitedToRange()
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |