程序包 | 说明 |
---|---|
org.opencms.gwt.client.util |
Utility classes for GWT.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsSlideAnimation |
CmsSlideAnimation.slideIn(com.google.gwt.dom.client.Element element,
com.google.gwt.user.client.Command callback,
int duration)
Slides the given element into view executing the callback afterwards.
|
static CmsSlideAnimation |
CmsSlideAnimation.slideOut(com.google.gwt.dom.client.Element element,
com.google.gwt.user.client.Command callback,
int duration)
Slides the given element out of view executing the callback afterwards.
|