G I O P R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- getLabelModel(ProgressionModel) - Method in class org.wicketstuff.progressbar.ProgressBar
-
Create the model for the label on the bar.
- getMessageModel(ProgressionModel) - Method in class org.wicketstuff.progressbar.ProgressBar
-
Create the model for the message label on the bar.
- getObject() - Method in class org.wicketstuff.progressbar.ProgressionModel
- getProgress() - Method in class org.wicketstuff.progressbar.Progression
- getProgression() - Method in class org.wicketstuff.progressbar.ProgressionModel
-
Return the progress in form of a Progression value object.
- getProgressMessage() - Method in class org.wicketstuff.progressbar.Progression
- getWidth() - Method in class org.wicketstuff.progressbar.ProgressBar
I
- isDone() - Method in class org.wicketstuff.progressbar.Progression
O
- onFinished(AjaxRequestTarget) - Method in class org.wicketstuff.progressbar.ProgressBar
-
Override this method for custom action on finish of the task when progression.isDone() This could be cleaning up or hiding the ProgressBar for example.
- onInitialize() - Method in class org.wicketstuff.progressbar.ProgressBar
- org.wicketstuff.progressbar - package org.wicketstuff.progressbar
P
- ProgressBar - Class in org.wicketstuff.progressbar
-
The
ProgressBarcomponent 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
Progressionvalue 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
R
- renderHead(IHeaderResponse) - Method in class org.wicketstuff.progressbar.ProgressBar
S
- setWidth(int) - Method in class org.wicketstuff.progressbar.ProgressBar
-
Set the width of the progress bar.
- start(AjaxRequestTarget) - Method in class org.wicketstuff.progressbar.ProgressBar
-
Start the progress bar.
All Classes All Packages