public static enum LoginButton.ToolTipMode extends java.lang.Enum<LoginButton.ToolTipMode>
| Enum Constant and Description |
|---|
AUTOMATIC
Default display mode.
|
DISPLAY_ALWAYS
Display the tool tip with a local string--regardless of what the server returns
|
NEVER_DISPLAY
Never display the tool tip--regardless of what the server says
|
| Modifier and Type | Field and Description |
|---|---|
static LoginButton.ToolTipMode |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static LoginButton.ToolTipMode |
fromInt(int enumValue) |
int |
getValue() |
java.lang.String |
toString() |
static LoginButton.ToolTipMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoginButton.ToolTipMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoginButton.ToolTipMode AUTOMATIC
public static final LoginButton.ToolTipMode DISPLAY_ALWAYS
public static final LoginButton.ToolTipMode NEVER_DISPLAY
public static LoginButton.ToolTipMode DEFAULT
public static LoginButton.ToolTipMode[] values()
for (LoginButton.ToolTipMode c : LoginButton.ToolTipMode.values()) System.out.println(c);
public static LoginButton.ToolTipMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static LoginButton.ToolTipMode fromInt(int enumValue)
public java.lang.String toString()
toString in class java.lang.Enum<LoginButton.ToolTipMode>public int getValue()