LoginButton.ToolTipMode
有此級別的更新版本。前往查看 最新版本。

The display modes for the login button tool tip.

伸延:Enum
套件:widget
類別方式
values()
public static ToolTipMode values()
valueOf(String)
public static ToolTipMode valueOf(String name)
參數說明
name
fromInt(int)
public static ToolTipMode fromInt(int enumValue)
參數說明
enumValue
執行個體方法
getValue()
public int getValue()
常數
AUTOMATIC
Default 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.
public static final ToolTipMode AUTOMATIC
DISPLAY_ALWAYS
Display the tool tip with a local string--regardless of what the server returns
public static final ToolTipMode DISPLAY_ALWAYS
NEVER_DISPLAY
Never display the tool tip--regardless of what the server says
public static final ToolTipMode NEVER_DISPLAY