Method Summary |
|
native public static void | refreshCache() Manually trigger a cache refresh. |
native public static void | register(String elementID) Registers a new overflow element to auto scroll. |
native public static void | register(Element element) Registers a new overflow element to auto scroll. |
native public static void | unregister(String elementID) Unregisters an overflow element so it are no longer scrolled. |
native public static void | unregister(Element element) Unregisters an overflow element so it are no longer scrolled. |