Uses of Interface
org.apache.wicket.util.time.ITimeFrameSource

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

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

Classes in org.apache.wicket.util.time that implement ITimeFrameSource
 class TimeFrame
          Immutable class which represents an interval of time with a beginning and an end.
 

Methods in org.apache.wicket.util.time that return ITimeFrameSource
static ITimeFrameSource TimeFrame.eachDay(TimeOfDay startTimeOfDay, TimeOfDay endTimeOfDay)
          Creates an ITimeFrameSource source for start and end TimeOfDays.
 

Methods in org.apache.wicket.util.time with parameters of type ITimeFrameSource
 void TimeMap.put(ITimeFrameSource source, java.lang.Object o)
          Associates an Object with a dynamic TimeFrame.
 



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