Module org.apache.wicket.extensions
Class TimeField.HoursModel
java.lang.Object
org.apache.wicket.extensions.markup.html.form.datetime.TimeField.HoursModel
- 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.HoursModel
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
-
HoursModel
protected HoursModel()
-
-
Method Details