|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
Object o)
Associates an Object with a dynamic TimeFrame. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||