Package org.wicketstuff.progressbar
Class ProgressionModel
- java.lang.Object
-
- org.wicketstuff.progressbar.ProgressionModel
-
- All Implemented Interfaces:
Serializable,IDetachable,IModel<Progression>,IClusterable
public abstract class ProgressionModel extends Object implements IModel<Progression>
Typed model that returns the current progress for the ProgressBar component.- Author:
- Christopher Hlubek (hlubek)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProgressionModel()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description ProgressiongetObject()protected abstract ProgressiongetProgression()Return the progress in form of a Progression value object.
-
-
-
Method Detail
-
getObject
public final Progression getObject()
- Specified by:
getObjectin interfaceIModel<Progression>
-
getProgression
protected abstract Progression getProgression()
Return the progress in form of a Progression value object.- Returns:
- the progress
-
-