|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
ITimeFrameSource.getTimeFrame()
Retrieves the current TimeFrame value. |
TimeFrame |
TimeFrame.getTimeFrame()
Implementation of ITimeFrameSource that simply returns this
TimeFrame. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||