| Package | Description |
|---|---|
| com.github.gwtbootstrap.client.ui.base |
Classes that are extended by interface components.
|
| com.github.gwtbootstrap.client.ui.event |
Bootstrap events and handlers.
|
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
AlertBase.addClosedHandler(ClosedHandler<AlertBase> handler)
Adds a
ClosedHandler to the widget. |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<ClosedHandler<T>> |
ClosedEvent.getAssociatedType() |
static GwtEvent.Type<ClosedHandler<?>> |
ClosedEvent.getType() |
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
HasCloseHandlers.addClosedHandler(ClosedHandler<T> handler)
Adds a
ClosedHandler to the widget. |
protected void |
ClosedEvent.dispatch(ClosedHandler handler) |
Copyright © 2012-2014 gwtbootstrap. All Rights Reserved.