|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.dd.ScrollManager
public class ScrollManager
Provides automatic scrolling of overflow regions in the page during drag operations.
| Constructor Summary | |
|---|---|
ScrollManager()
|
|
| Method Summary | |
|---|---|
static void |
refreshCache()
Manually trigger a cache refresh. |
static void |
register(com.google.gwt.user.client.Element element)
Registers a new overflow element to auto scroll. |
static void |
register(java.lang.String elementID)
Registers a new overflow element to auto scroll. |
static void |
unregister(com.google.gwt.user.client.Element element)
Unregisters an overflow element so it are no longer scrolled. |
static void |
unregister(java.lang.String elementID)
Unregisters an overflow element so it are no longer scrolled. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScrollManager()
| Method Detail |
|---|
public static void refreshCache()
public static void register(java.lang.String elementID)
elementID - the element IDpublic static void register(com.google.gwt.user.client.Element element)
element - the elementpublic static void unregister(java.lang.String elementID)
elementID - the lement IDpublic static void unregister(com.google.gwt.user.client.Element element)
element - the element
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||