Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
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 |
DelegatingKeyboardListenerCollection
|
class |
KeyboardListenerAdapter
Deprecated.
use
KeyDownHandler ,
KeyUpHandler and/or
KeyPressHandler instead |
class |
TabBar
A horizontal bar of folder-style tabs, most commonly used as part of a
TabPanel . |
Modifier and Type | Method and Description |
---|---|
static ListenerWrapper.WrappedKeyboardListener |
ListenerWrapper.WrappedKeyboardListener.add(HasAllKeyHandlers source,
KeyboardListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
void |
Tree.addKeyboardListener(KeyboardListener listener)
|
void |
SuggestBox.addKeyboardListener(KeyboardListener listener)
|
void |
SourcesKeyboardEvents.addKeyboardListener(KeyboardListener listener)
Deprecated.
use addKeyPressHandler/addKeyDownKeyDownHandler/addKeyUpHandler
instead
|
void |
FocusWidget.addKeyboardListener(KeyboardListener listener)
|
void |
FocusPanel.addKeyboardListener(KeyboardListener listener)
|
static void |
ListenerWrapper.WrappedKeyboardListener.remove(Widget eventSource,
KeyboardListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
void |
Tree.removeKeyboardListener(KeyboardListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by an add*Handler method instead |
void |
SuggestBox.removeKeyboardListener(KeyboardListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by SuggestBox.getTextBox() ().add*Handler instead |
void |
SourcesKeyboardEvents.removeKeyboardListener(KeyboardListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
void |
FocusWidget.removeKeyboardListener(KeyboardListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
void |
FocusPanel.removeKeyboardListener(KeyboardListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |