public static enum HTMLInputElement.SelectionDirection extends Enum<HTMLInputElement.SelectionDirection>
Modifier and Type | Method and Description |
---|---|
static HTMLInputElement.SelectionDirection |
get(String method) |
String |
getDirection() |
static HTMLInputElement.SelectionDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTMLInputElement.SelectionDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HTMLInputElement.SelectionDirection FORWARD
public static final HTMLInputElement.SelectionDirection BACKWARD
public static final HTMLInputElement.SelectionDirection NONE
public static HTMLInputElement.SelectionDirection[] values()
for (HTMLInputElement.SelectionDirection c : HTMLInputElement.SelectionDirection.values()) System.out.println(c);
public static HTMLInputElement.SelectionDirection 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 getDirection()
public static HTMLInputElement.SelectionDirection get(String method)
Copyright © 2018 Xalys. All rights reserved.