Uses of Interface
org.apache.wicket.util.time.ITimeFrameSource
-
Packages that use ITimeFrameSource Package Description org.apache.wicket.util.time Utilities for working withTime(s). -
-
Uses of ITimeFrameSource in org.apache.wicket.util.time
Classes in org.apache.wicket.util.time that implement ITimeFrameSource Modifier and Type Class Description classTimeFrameDeprecated.Since Wicket 9 this class is obsolete and no more used.Methods in org.apache.wicket.util.time that return ITimeFrameSource Modifier and Type Method Description static ITimeFrameSourceTimeFrame. eachDay(TimeOfDay startTimeOfDay, TimeOfDay endTimeOfDay)Deprecated.Creates anITimeFrameSourcesource for start and endTimeOfDays.Methods in org.apache.wicket.util.time with parameters of type ITimeFrameSource Modifier and Type Method Description voidTimeMap. put(ITimeFrameSource source, Object o)Deprecated.Associates anObjectwith a dynamicTimeFrame.
-