public static enum Selector.PseudoElementType extends Enum<Selector.PseudoElementType>
| Enum Constant and Description |
|---|
AFTER |
BACKDROP |
BEFORE |
CUE |
FIRST_LETTER |
FIRST_LINE |
GRAMMAR_ERROR |
PLACEHOLDER |
SELECTION |
SPELLING_ERROR |
vendor |
| Modifier and Type | Method and Description |
|---|---|
static Selector.PseudoElementType |
forName(String name) |
String |
getName() |
static Selector.PseudoElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Selector.PseudoElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Selector.PseudoElementType FIRST_LINE
public static final Selector.PseudoElementType FIRST_LETTER
public static final Selector.PseudoElementType BEFORE
public static final Selector.PseudoElementType AFTER
public static final Selector.PseudoElementType BACKDROP
public static final Selector.PseudoElementType CUE
public static final Selector.PseudoElementType GRAMMAR_ERROR
public static final Selector.PseudoElementType PLACEHOLDER
public static final Selector.PseudoElementType SELECTION
public static final Selector.PseudoElementType SPELLING_ERROR
public static final Selector.PseudoElementType vendor
public static Selector.PseudoElementType[] values()
for (Selector.PseudoElementType c : Selector.PseudoElementType.values()) System.out.println(c);
public static Selector.PseudoElementType 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 getName()
public static Selector.PseudoElementType forName(String name)
Copyright © 2019. All rights reserved.