|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AlertType | |
|---|---|
| com.github.gwtbootstrap.client.ui | Widgets that can be used in other GWT projects. |
| com.github.gwtbootstrap.client.ui.base | Classes that are extended by interface components. |
| com.github.gwtbootstrap.client.ui.constants | Constants, mostly CSS style names, that are defined by Bootstrap. |
| Uses of AlertType in com.github.gwtbootstrap.client.ui |
|---|
| Methods in com.github.gwtbootstrap.client.ui with parameters of type AlertType | |
|---|---|
void |
AlertBlock.setType(AlertType type)
Sets the type of the Alert. |
| Constructors in com.github.gwtbootstrap.client.ui with parameters of type AlertType | |
|---|---|
AlertBlock(AlertType type)
Creates an Alert with a close icon and the given style. |
|
| Uses of AlertType in com.github.gwtbootstrap.client.ui.base |
|---|
| Methods in com.github.gwtbootstrap.client.ui.base with parameters of type AlertType | |
|---|---|
void |
AlertBase.setType(AlertType type)
Sets the type of the Alert. |
| Constructors in com.github.gwtbootstrap.client.ui.base with parameters of type AlertType | |
|---|---|
AlertBase(AlertType type)
Initializes an Alert of given Type with a close icon. |
|
| Uses of AlertType in com.github.gwtbootstrap.client.ui.constants |
|---|
| Methods in com.github.gwtbootstrap.client.ui.constants that return AlertType | |
|---|---|
static AlertType |
AlertType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AlertType[] |
AlertType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||