| Package | Description |
|---|---|
| net.dontdrinkandroot.wicket.bootstrap.component.progress | |
| net.dontdrinkandroot.wicket.bootstrap.css |
| Modifier and Type | Method and Description |
|---|---|
ProgressBarClass |
ProgressBar.getBarStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressBar.setBarStyle(ProgressBarClass barStyle) |
| Constructor and Description |
|---|
ProgressBar(String id,
org.apache.wicket.model.IModel<Integer> model,
ProgressBarClass style,
boolean active) |
| Modifier and Type | Method and Description |
|---|---|
static ProgressBarClass |
ProgressBarClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgressBarClass[] |
ProgressBarClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012. All Rights Reserved.