public interface WeekViewLoader
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends WeekViewEvent> |
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<? extends WeekViewEvent> onLoad(int periodIndex)
periodIndex - the period to load