-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum LoginButton.ToolTipMode extends Enum<LoginButton.ToolTipMode>
The display modes for the login button tool tip.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLoginButton.ToolTipMode.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description AUTOMATICDefault display mode. A server query will determine if the tool tip should be displayed and, if so, what the string shown to the user should be.
DISPLAY_ALWAYSDisplay the tool tip with a local string--regardless of what the server returns
NEVER_DISPLAYNever display the tool tip--regardless of what the server says
-
Method Summary
Modifier and Type Method Description StringtoString()final IntegergetIntValue()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getIntValue
final Integer getIntValue()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-