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