Uses of Interface
wicket.util.time.ITimeFrameSource

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

Uses of ITimeFrameSource in wicket.util.time
 

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

Methods in wicket.util.time that return ITimeFrameSource
static ITimeFrameSource TimeFrame.eachDay(TimeOfDay startTimeOfDay, TimeOfDay endTimeOfDay)
          Returns a timeframe source for a start and end time-of-day.
 

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



Copyright © 2004-2007 Wicket developers. All Rights Reserved.