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