public static enum TooltipConfig.OpenTrigger extends Enum<TooltipConfig.OpenTrigger>
| Modifier and Type | Method and Description |
|---|---|
static TooltipConfig.OpenTrigger |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TooltipConfig.OpenTrigger[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TooltipConfig.OpenTrigger click
public static final TooltipConfig.OpenTrigger hover
public static final TooltipConfig.OpenTrigger focus
public static final TooltipConfig.OpenTrigger manual
public static TooltipConfig.OpenTrigger[] values()
for (TooltipConfig.OpenTrigger c : TooltipConfig.OpenTrigger.values()) System.out.println(c);
public static TooltipConfig.OpenTrigger 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 © 2013 agilecoders.de. All Rights Reserved.