Package | Description |
---|---|
com.google.gwt.dev.shell.log | |
com.google.gwt.user.client |
Fundamental user-interface classes used in client-side GWT code.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingLoggerPanel
Swing widget containing a tree logger.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HistoryListener
Deprecated.
|
interface |
WindowCloseListener
Deprecated.
use
Window.ClosingHandler and
CloseHandler instead |
interface |
WindowResizeListener
Deprecated.
use
ResizeHandler
instead |
interface |
WindowScrollListener
Deprecated.
use
Window.addWindowScrollHandler(com.google.gwt.user.client.Window.ScrollHandler)
instead instead |
Modifier and Type | Interface and Description |
---|---|
interface |
ChangeListener
Deprecated.
As of GWT 1.6, DOM and logical change events are separate. Use
ChangeHandler for changes
triggered by a DOM-based change event and
ValueChangeHandler
for changes resulting from a logical event such as a method call
that changes state |
interface |
ClickListener
Deprecated.
Use
ClickHandler instead |
interface |
DisclosureHandler
Deprecated.
Use
CloseHandler
and/or OpenHandler
instead |
interface |
FocusListener
Deprecated.
Use
FocusHandler and/or
BlurHandler instead |
interface |
FormHandler
Deprecated.
Use
FormPanel.SubmitCompleteHandler and/or
FormPanel.SubmitHandler instead |
interface |
KeyboardListener
Deprecated.
use
KeyDownHandler ,
KeyUpHandler and/or
KeyPressHandler instead |
interface |
LoadListener
Deprecated.
use
LoadHandler and
ErrorHandler instead |
interface |
MouseListener
Deprecated.
use
MouseDownHandler ,
MouseUpHandler ,
MouseOverHandler ,
MouseMoveHandler , and
MouseOutHandler instead |
interface |
MouseWheelListener
Deprecated.
use
MouseWheelHandler
instead |
interface |
PopupListener
Deprecated.
use
CloseHandler
instead |
interface |
ScrollListener
Deprecated.
use
ScrollHandler instead |
interface |
SuggestionHandler
Deprecated.
use
SelectionHandler
instead |
interface |
TableListener
Deprecated.
|
interface |
TabListener
|
interface |
TreeListener
Deprecated.
Use
SelectionHandler ,
OpenHandler , and
CloseHandler instead |
Modifier and Type | Class and Description |
---|---|
class |
DecoratedTabBar
A
TabBar that wraps each tab in a 2x3 grid (six box), which allows
users to add rounded corners. |
class |
DecoratedTabPanel
A
TabPanel that uses a DecoratedTabBar with rounded corners. |
class |
DelegatingChangeListenerCollection
Deprecated.
Use
Widget.delegateEvent instead |
class |
DelegatingClickListenerCollection
|
class |
DelegatingFocusListenerCollection
|
class |
DelegatingKeyboardListenerCollection
|
class |
DialogBox
A form of popup that has a caption area at the top and can be dragged by the
user.
|
class |
FocusListenerAdapter
Deprecated.
Use
FocusHandler and
BlurHandler instead |
class |
KeyboardListenerAdapter
Deprecated.
use
KeyDownHandler ,
KeyUpHandler and/or
KeyPressHandler instead |
class |
MenuBar
A standard menu bar widget.
|
class |
MouseListenerAdapter
Deprecated.
use
MouseDownHandler ,
MouseUpHandler ,
MouseOverHandler ,
MouseMoveHandler , and/or
MouseOutHandler instead |
class |
TabBar
A horizontal bar of folder-style tabs, most commonly used as part of a
TabPanel . |
class |
TabPanel
A panel that represents a tabbed set of pages, each of which contains another
widget.
|
Modifier and Type | Method and Description |
---|---|
protected static <H extends EventHandler> |
ListenerWrapper.baseRemove(Widget eventSource,
EventListener listener,
GwtEvent.Type... types)
Deprecated.
Convenience method to remove wrapped handlers from a widget.
|
Copyright © 2018. All rights reserved.