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