The display modes for the login button tool tip.
Extends: | Enum |
Package: | widget |
values()
public static ToolTipMode values()
valueOf(String)
public static ToolTipMode valueOf(String name)
Parameter | Description |
---|---|
name |
fromInt(int)
public static ToolTipMode fromInt(int enumValue)
Parameter | Description |
---|---|
enumValue |
getValue()
public int getValue()
AUTOMATIC
public static final ToolTipMode AUTOMATIC
DISPLAY_ALWAYS
public static final ToolTipMode DISPLAY_ALWAYS
NEVER_DISPLAY
public static final ToolTipMode NEVER_DISPLAY