public static enum TooltipBase.PropertyKeys extends Enum<TooltipBase.PropertyKeys>
Enum Constant and Description |
---|
beforeShow |
delegate |
escape |
forValue |
globalSelector |
hideDelay |
hideEffect |
hideEvent |
onHide |
onShow |
position |
showDelay |
showEffect |
showEvent |
style |
styleClass |
trackMouse |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static TooltipBase.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TooltipBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TooltipBase.PropertyKeys widgetVar
public static final TooltipBase.PropertyKeys showEvent
public static final TooltipBase.PropertyKeys showEffect
public static final TooltipBase.PropertyKeys showDelay
public static final TooltipBase.PropertyKeys hideEvent
public static final TooltipBase.PropertyKeys hideEffect
public static final TooltipBase.PropertyKeys hideDelay
public static final TooltipBase.PropertyKeys forValue
public static final TooltipBase.PropertyKeys style
public static final TooltipBase.PropertyKeys styleClass
public static final TooltipBase.PropertyKeys globalSelector
public static final TooltipBase.PropertyKeys escape
public static final TooltipBase.PropertyKeys trackMouse
public static final TooltipBase.PropertyKeys beforeShow
public static final TooltipBase.PropertyKeys onHide
public static final TooltipBase.PropertyKeys onShow
public static final TooltipBase.PropertyKeys position
public static final TooltipBase.PropertyKeys delegate
public static TooltipBase.PropertyKeys[] values()
for (TooltipBase.PropertyKeys c : TooltipBase.PropertyKeys.values()) System.out.println(c);
public static TooltipBase.PropertyKeys 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 toString()
toString
in class Enum<TooltipBase.PropertyKeys>
Copyright © 2020. All rights reserved.