Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HasScrolling
Implemented by widgets that support scrolling.
|
interface |
HorizontalScrollbar
Describes a horizontal scrollbar.
|
interface |
VerticalScrollbar
Describes a vertical scrollbar.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNativeScrollbar
Abstract parent class for scrollbars implemented using the native browser
scrollbars.
|
class |
CustomScrollPanel
A custom version of the
ScrollPanel that allows user provided
scrollbars. |
class |
NativeHorizontalScrollbar
A horizontal scrollbar implemented using the browsers native scrollbar.
|
class |
NativeVerticalScrollbar
A vertical scrollbar implemented using the browsers native scrollbar.
|
class |
ScrollPanel
A simple panel that wraps its contents in a scrollable area.
|
Modifier and Type | Method and Description |
---|---|
static ListenerWrapper.WrappedScrollListener |
ListenerWrapper.WrappedScrollListener.add(HasScrollHandlers source,
ScrollListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|