Interface VCalendar.RangeSelectListener

  • Enclosing class:
    VCalendar

    public static interface VCalendar.RangeSelectListener
    Listener interface for listening to selection events.
    • 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 SimpleWeekToolbar and "TO" if called from MonthGrid