Uses of Class
org.apache.wicket.util.time.TimeFrame
-
Packages that use TimeFrame Package Description org.apache.wicket.util.time Utilities for working withTime(s). -
-
Uses of TimeFrame in org.apache.wicket.util.time
Methods in org.apache.wicket.util.time that return TimeFrame Modifier and Type Method Description TimeFrameITimeFrameSource. getTimeFrame()Deprecated.Retrieves the currentTimeFramevalue.TimeFrameTimeFrame. getTimeFrame()Deprecated.Implementation ofITimeFrameSourcethat simply returns thisTimeFrame.static TimeFrameTimeFrame. valueOf(Time start, Duration duration)Deprecated.Creates aTimeFramefor a startTimeandDuration.static TimeFrameTimeFrame. valueOf(Time start, Time end)Deprecated.Creates aTimeFramefor given start and endTimes.Methods in org.apache.wicket.util.time with parameters of type TimeFrame Modifier and Type Method Description booleanTimeFrame. overlaps(TimeFrame timeframe)Deprecated.Determines if twoTimeFrames overlap.
-