|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ClosedHandler | |
---|---|
com.github.gwtbootstrap.client.ui.base | Classes that are extended by interface components. |
com.github.gwtbootstrap.client.ui.event | Bootstrap events and handlers. |
Uses of ClosedHandler in com.github.gwtbootstrap.client.ui.base |
---|
Methods in com.github.gwtbootstrap.client.ui.base with parameters of type ClosedHandler | |
---|---|
HandlerRegistration |
AlertBase.addClosedHandler(ClosedHandler handler)
Adds a ClosedHandler to the widget. |
Uses of ClosedHandler in com.github.gwtbootstrap.client.ui.event |
---|
Methods in com.github.gwtbootstrap.client.ui.event that return types with arguments of type ClosedHandler | |
---|---|
GwtEvent.Type<ClosedHandler> |
ClosedEvent.getAssociatedType()
|
static GwtEvent.Type<ClosedHandler> |
ClosedEvent.getType()
|
Methods in com.github.gwtbootstrap.client.ui.event with parameters of type ClosedHandler | |
---|---|
HandlerRegistration |
HasCloseHandlers.addClosedHandler(ClosedHandler handler)
Adds a ClosedHandler to the widget. |
protected void |
ClosedEvent.dispatch(ClosedHandler handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |