Class ProgressionModel

  • All Implemented Interfaces:
    Serializable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<Progression>, org.apache.wicket.util.io.IClusterable

    public abstract class ProgressionModel
    extends Object
    implements org.apache.wicket.model.IModel<Progression>
    Typed model that returns the current progress for the ProgressBar component.
    Author:
    Christopher Hlubek (hlubek)
    See Also:
    Serialized Form
    • Constructor Detail

      • ProgressionModel

        public ProgressionModel()
    • Method Detail

      • getObject

        public final Progression getObject()
        Specified by:
        getObject in interface org.apache.wicket.model.IModel<Progression>
      • getProgression

        protected abstract Progression getProgression()
        Return the progress in form of a Progression value object.
        Returns:
        the progress