| Package | Description |
|---|---|
| com.github.gwtbootstrap.client.ui |
Widgets that can be used in other GWT projects.
|
| com.github.gwtbootstrap.client.ui.constants |
Constants, mostly CSS style names, that are defined by Bootstrap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Button.setDismiss(DismissType type)
|
void |
Close.setType(DismissType type)
Sets the type of widget to be closed.
|
| Constructor and Description |
|---|
Close(DismissType dismiss)
Creates an icon that closes an associated widget.
|
| Modifier and Type | Method and Description |
|---|---|
static DismissType |
DismissType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DismissType[] |
DismissType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.