public interface WeekViewLoader<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WeekViewEvent<T>> |
onLoad(int periodIndex)
Load the events within the period
|
double |
toWeekViewPeriodIndex(java.util.Calendar instance)
Convert a date into a double that will be used to reference when you're loading data.
|
double toWeekViewPeriodIndex(java.util.Calendar instance)
instance - the datejava.util.List<WeekViewEvent<T>> onLoad(int periodIndex)
periodIndex - the period to load