public enum EBootstrapTooltipBoundary extends Enum<EBootstrapTooltipBoundary>
| Enum Constant and Description |
|---|
SCROLL_PARENT |
VIEWPORT |
WINDOW |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static EBootstrapTooltipBoundary |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapTooltipBoundary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapTooltipBoundary VIEWPORT
public static final EBootstrapTooltipBoundary WINDOW
public static final EBootstrapTooltipBoundary SCROLL_PARENT
public static EBootstrapTooltipBoundary[] values()
for (EBootstrapTooltipBoundary c : EBootstrapTooltipBoundary.values()) System.out.println(c);
public static EBootstrapTooltipBoundary 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 nullCopyright © 2015–2020 Philip Helger. All rights reserved.