com.vaadin.client.ui.

Class VCalendarPanel.FocusedDate

  • All Implemented Interfaces:

    Serializable, Cloneable, Comparable<Date>

    Enclosing class:

    VCalendarPanel


    public class VCalendarPanel.FocusedDate
    extends Date

    Helper class to inform the screen reader that the user changed the selected date. It sets the value of a field that is outside the view, and is defined as a live area. That way the screen reader recognizes the change and reads it to the user.

    See Also:

    Serialized Form

    • Constructor Detail

      • FocusedDate

        public FocusedDate(int year,
                           int month,
                           int date)