- ProgressBar - Class in org.wicketstuff.progressbar
-
The ProgressBar component displays a horizontal progress bar that is updatable via
AJAX and displays the progress of some task.
- ProgressBar(String, ProgressionModel) - Constructor for class org.wicketstuff.progressbar.ProgressBar
-
- Progression - Class in org.wicketstuff.progressbar
-
The progress of a task is encapsulated as a Progression value object.
- Progression(int) - Constructor for class org.wicketstuff.progressbar.Progression
-
Create a new Progression value object from a percentage progress value.
- Progression(int, String) - Constructor for class org.wicketstuff.progressbar.Progression
-
Create a new Progression value object from a percentage progress value and a message
describing the current task
- ProgressionModel - Class in org.wicketstuff.progressbar
-
Typed model that returns the current progress for the ProgressBar component.
- ProgressionModel() - Constructor for class org.wicketstuff.progressbar.ProgressionModel
-