Method Summary |
|
native public static void | disable() Disable this quick tip. |
native public static void | enable() Enable this quick tip. |
public static QuickTip | getQuickTip() Gets the global QuickTips instance. |
native public static void | init() Initialize and enable QuickTips for first use. |
native public static boolean | isEnabled() Returns true if the quick tip is enabled, else false. |
native public void | register(String id, QuickTipsConfig config) Configures a new quick tip instance and assigns it to a target element. |
native public void | register(Element element, QuickTipsConfig config) Configures a new quick tip instance and assigns it to a target element. |
native public void | unregister(String elementID) Removes any registered quick tip from the target element and destroys it. |
native public void | unregister(Element element) Removes any registered quick tip from the target element and destroys it. |