|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
HasAllKeyHandlers
instead
@Deprecated public interface SourcesKeyboardEvents
A widget that implements this interface sources the events defined by the
KeyboardListener
interface.
Method Summary | |
---|---|
void |
addKeyboardListener(KeyboardListener listener)
Deprecated. use addKeyPressHandler/addKeyDownKeyDownHandler/addKeyUpHandler instead |
void |
removeKeyboardListener(KeyboardListener listener)
Deprecated. Use the HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
Method Detail |
---|
@Deprecated void addKeyboardListener(KeyboardListener listener)
listener
- the listener interface to add@Deprecated void removeKeyboardListener(KeyboardListener listener)
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead
listener
- the listener interface to remove
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |