org.icefaces.ace.component.tooltip
Enum TooltipBase.PropertyKeys
java.lang.Object
java.lang.Enum<TooltipBase.PropertyKeys>
org.icefaces.ace.component.tooltip.TooltipBase.PropertyKeys
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<TooltipBase.PropertyKeys>
- Enclosing class:
- TooltipBase
protected static enum TooltipBase.PropertyKeys
- extends java.lang.Enum<TooltipBase.PropertyKeys>
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
position
public static final TooltipBase.PropertyKeys position
showDelay
public static final TooltipBase.PropertyKeys showDelay
hideDelay
public static final TooltipBase.PropertyKeys hideDelay
global
public static final TooltipBase.PropertyKeys global
speechBubble
public static final TooltipBase.PropertyKeys speechBubble
displayListener
public static final TooltipBase.PropertyKeys displayListener
hideEffect
public static final TooltipBase.PropertyKeys hideEffect
hideEvent
public static final TooltipBase.PropertyKeys hideEvent
forVal
public static final TooltipBase.PropertyKeys forVal
showEvent
public static final TooltipBase.PropertyKeys showEvent
widgetVar
public static final TooltipBase.PropertyKeys widgetVar
showEffectLength
public static final TooltipBase.PropertyKeys showEffectLength
hideEffectLength
public static final TooltipBase.PropertyKeys hideEffectLength
forElement
public static final TooltipBase.PropertyKeys forElement
showEffect
public static final TooltipBase.PropertyKeys showEffect
targetPosition
public static final TooltipBase.PropertyKeys targetPosition
forContainer
public static final TooltipBase.PropertyKeys forContainer
values
public static TooltipBase.PropertyKeys[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (TooltipBase.PropertyKeys c : TooltipBase.PropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TooltipBase.PropertyKeys valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Enum<TooltipBase.PropertyKeys>
Copyright 2012 ICEsoft Technologies Canada Corp., All Rights Reserved.