| Package | Description |
|---|---|
| org.wicketstuff.progressbar | |
| org.wicketstuff.progressbar.spring |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.wicket.model.AbstractReadOnlyModel<String> |
ProgressBar.getLabelModel(ProgressionModel model)
Create the model for the label on the bar.
|
protected org.apache.wicket.model.IModel<String> |
ProgressBar.getMessageModel(ProgressionModel model)
Create the model for the message label on the bar.
|
| Constructor and Description |
|---|
ProgressBar(String id,
ProgressionModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskProgressionModel
Use this as a model for a ProgressBar, if tasks are submitted to the task service.
|
Copyright © 2015. All rights reserved.