Package | Description |
---|---|
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.
|
Constructor and Description |
---|
ProgressBar(ProgressBarBase.Style style)
Create a progressbar with type
|
StackProgressBar(ProgressBarBase.Style style)
Create an empty StackProgressBar with type
|
Modifier and Type | Method and Description |
---|---|
static ProgressBarBase.Style |
ProgressBarBase.Style.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgressBarBase.Style[] |
ProgressBarBase.Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProgressBarBase.setType(ProgressBarBase.Style style) |
Copyright © 2012-2014 gwtbootstrap. All Rights Reserved.