Package | Description |
---|---|
com.whitestein.lsps.vaadin.forms.calendar | |
com.whitestein.lsps.vaadin.ui.components.calendar |
Modifier and Type | Method and Description |
---|---|
void |
CalendarPager.requestShow(DumbCalendar.DateRange range) |
Modifier and Type | Method and Description |
---|---|
DumbCalendar.DateRange |
DumbCalendar.DateRange.expandToMonthly()
Creates a new instance which represent an expansion
of the current date range to a month.
|
DumbCalendar.DateRange |
DumbCalendar.DateRange.expandToWeekly()
Creates a week date range based on the middle date
of this date range.
|
DumbCalendar.DateRange |
DumbCalendar.getCurrentRange()
Returns the date range which the calendar is *configured* to show.
|
DumbCalendar.DateRange |
DumbCalendar.DateRange.getDailyRange(Date day)
Returns a date range which spans over a single day.
|
DumbCalendar.DateRange |
DumbCalendar.DateRange.getMonthlyRange(Date dayInMonth)
Returns a range which spans over a single month.
|
DumbCalendar.DateRange |
DumbCalendar.DateRange.getToday()
Returns a date range which contains TODAY.
|
DumbCalendar.DateRange |
DumbCalendar.DateRange.getWeeklyRange(Date dayInWeek)
Returns a date range which spans over a single week.
|
Modifier and Type | Method and Description |
---|---|
void |
DumbCalendar.CalendarListener.requestShow(DumbCalendar.DateRange range)
The calendar requests to show given date range.
|
void |
CalendarPager.requestShow(DumbCalendar.DateRange range) |
void |
DumbCalendar.setRange(DumbCalendar.DateRange range)
Forces the calendar to center on given date span.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.