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 TimeFrame
ITimeFrameSource. getTimeFrame()
Deprecated.Retrieves the currentTimeFrame
value.TimeFrame
TimeFrame. getTimeFrame()
Deprecated.Implementation ofITimeFrameSource
that simply returns thisTimeFrame
.static TimeFrame
TimeFrame. valueOf(Time start, Duration duration)
Deprecated.Creates aTimeFrame
for a startTime
andDuration
.static TimeFrame
TimeFrame. valueOf(Time start, Time end)
Deprecated.Creates aTimeFrame
for given start and endTime
s.Methods in org.apache.wicket.util.time with parameters of type TimeFrame Modifier and Type Method Description boolean
TimeFrame. overlaps(TimeFrame timeframe)
Deprecated.Determines if twoTimeFrame
s overlap.
-