Module org.apache.wicket.extensions
Class TimeField.MinutesModel
java.lang.Object
org.apache.wicket.extensions.markup.html.form.datetime.TimeField.MinutesModel
- All Implemented Interfaces:
Serializable,org.apache.wicket.model.IDetachable,org.apache.wicket.model.IModel<Integer>,org.apache.wicket.util.io.IClusterable
- Enclosing class:
- TimeField
protected class TimeField.MinutesModel
extends Object
implements org.apache.wicket.model.IModel<Integer>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wicket.model.IModel
as, combineWith, detach, filter, flatMap, isPresent, map, orElse, orElseGet
-
Constructor Details
-
MinutesModel
protected MinutesModel()
-
-
Method Details