Uses of Class
org.wicketstuff.progressbar.ProgressionModel
-
-
Uses of ProgressionModel in org.wicketstuff.progressbar
Methods in org.wicketstuff.progressbar with parameters of type ProgressionModel Modifier and Type Method Description protected IModel<String>ProgressBar. getLabelModel(ProgressionModel model)Create the model for the label on the bar.protected IModel<String>ProgressBar. getMessageModel(ProgressionModel model)Create the model for the message label on the bar.Constructors in org.wicketstuff.progressbar with parameters of type ProgressionModel Constructor Description ProgressBar(String id, ProgressionModel model)
-