Package com.vaadin.v7.client.ui
Interface VCalendar.RangeSelectListener
-
- Enclosing class:
- VCalendar
public static interface VCalendar.RangeSelectListenerListener interface for listening to selection events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrangeSelected(String value)Called when a user selected a new event by highlighting an area of the calendar.
-
-
-
Method Detail
-
rangeSelected
void rangeSelected(String value)
Called when a user selected a new event by highlighting an area of the calendar. FIXME Fix the value nonsense.- Parameters:
value- The format of the value string is ": : " if called from the SimpleWeekToolbarand "TO " if called from MonthGrid
-
-