Uses of Class
org.apache.wicket.util.time.TimeFrame

Packages that use TimeFrame
org.apache.wicket.util.time Utilities for working with Time(s). 
 

Uses of TimeFrame in org.apache.wicket.util.time
 

Methods in org.apache.wicket.util.time that return TimeFrame
 TimeFrame TimeFrame.getTimeFrame()
          Implementation of ITimeFrameSource that simply returns this TimeFrame.
 TimeFrame ITimeFrameSource.getTimeFrame()
          Retrieves the current TimeFrame value.
static TimeFrame TimeFrame.valueOf(Time start, Duration duration)
          Creates a TimeFrame for a start Time and Duration.
static TimeFrame TimeFrame.valueOf(Time start, Time end)
          Creates a TimeFrame for given start and end Times.
 

Methods in org.apache.wicket.util.time with parameters of type TimeFrame
 boolean TimeFrame.overlaps(TimeFrame timeframe)
          Determines if two TimeFrames overlap.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.