You're viewing an older version of Framework JavaDoc. Please see version 7.7.47 for the latest.
com.vaadin.ui.components.calendar.

Class CalendarTargetDetails

  • All Implemented Interfaces:

    TargetDetails, Serializable

    public class CalendarTargetDetails
    extends TargetDetailsImpl

    Drop details for Calendar. When something is dropped on the Calendar, this class contains the specific details of the drop point. Specifically, this class gives access to the date where the drop happened. If the Calendar was in weekly mode, the date also includes the start time of the slot.

    Since:

    7.1

    Author:

    Vaadin Ltd.

    See Also:

    Serialized Form

    • Constructor Detail

    • Method Detail

      • hasDropTime

        public boolean hasDropTime()

        Returns:

        true if getDropTime() will return a date object with the time set to the start of the time slot where the drop happened

      • setHasDropTime

        public void setHasDropTime​(boolean hasDropTime)

        Does the dropped item have a time associated with it

        Parameters:

        hasDropTime -

      • getDropTime

        public Date getDropTime()

        Returns:

        the date where the drop happened

      • getTargetCalendar

        public Calendar getTargetCalendar()

        Returns:

        the Calendar instance which was the target of the drop