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