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 |
Badge.setType(BadgeType type)
Sets the type of the Badge.
|
Constructor and Description |
---|
Badge(BadgeType type)
Creates an empty Badge of the provided type.
|
Modifier and Type | Method and Description |
---|---|
static BadgeType |
BadgeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BadgeType[] |
BadgeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012 gwtbootstrap. All Rights Reserved.