Package org.apache.wicket.util.time
Interface ITimeFrameSource
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TimeFrame
@Deprecated public interface ITimeFrameSource extends Serializable
Deprecated.Since Wicket 9 this class is obsolete and no more used. It will be removed in Wicket 10AnITimeFrameSource
producesTimeFrame
values. The value returned by anITimeFrameSource
source may vary over time.- Since:
- 1.2.6
- Author:
- Jonathan Locke
- See Also:
TimeFrame
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description TimeFrame
getTimeFrame()
Deprecated.Retrieves the currentTimeFrame
value.
-
-
-
Method Detail
-
getTimeFrame
TimeFrame getTimeFrame()
Deprecated.Retrieves the currentTimeFrame
value.- Returns:
- the current
TimeFrame
value
-
-