|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Handlers | |
---|---|
com.google.gwt.widgetideas.client.events |
Uses of Handlers in com.google.gwt.widgetideas.client.events |
---|
Methods in com.google.gwt.widgetideas.client.events that return Handlers | ||
---|---|---|
static
|
Handlers.add(Handlers<T> collection,
T handler)
Adds a handler to a handler collection. |
Methods in com.google.gwt.widgetideas.client.events with parameters of type Handlers | ||
---|---|---|
static
|
Handlers.add(Handlers<T> collection,
T handler)
Adds a handler to a handler collection. |
|
static boolean |
Handlers.remove(Handlers collection,
EventHandler handler)
Removes the handler from the collection if present. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |