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 |
VerticalScrollbar
Describes a vertical scrollbar.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomScrollPanel
A custom version of the
ScrollPanel that allows user provided
scrollbars. |
class |
NativeVerticalScrollbar
A vertical scrollbar implemented using the browsers native scrollbar.
|
class |
ScrollPanel
A simple panel that wraps its contents in a scrollable area.
|