LoginButton.ToolTipMode
这个类有新版本。查看 最新版本。
扩展:Enum
应用安装包:widget
类方法
values()
public static ToolTipMode values()
valueOf(String)
public static ToolTipMode valueOf(String name)
参数描述
name
常量
DEFAULT
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 DEFAULT
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