|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.event.dom.client.HandlesAllFocusEvents
public abstract class HandlesAllFocusEvents
Receiver used to handle all focus events at once.
Constructor Summary | |
---|---|
HandlesAllFocusEvents()
Constructor. |
Method Summary | ||
---|---|---|
void |
handle(HasAllFocusHandlers source)
Convenience method to handle both focus and blur events from an event source. |
|
static
|
handle(HasAllFocusHandlers eventSource,
H reciever)
Convenience method used to handle both focus and blur events from an event source. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.gwt.event.dom.client.FocusHandler |
---|
onFocus |
Methods inherited from interface com.google.gwt.event.dom.client.BlurHandler |
---|
onBlur |
Constructor Detail |
---|
public HandlesAllFocusEvents()
Method Detail |
---|
public static <H extends BlurHandler & FocusHandler> void handle(HasAllFocusHandlers eventSource, H reciever)
H
- receiver type, must implement both FocusHandler
and
BlurHandler
handlerseventSource
- the event sourcereciever
- the receiver implementing both focus and blur handlerspublic void handle(HasAllFocusHandlers source)
source
- the event source
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |