Package com.vaadin.client.ui
Class VCalendarPanel.FocusedDate
- java.lang.Object
-
- java.util.Date
-
- com.vaadin.client.ui.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 Summary
Constructors Constructor Description FocusedDate(int year, int month, int date)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
setDate(int date)
Deprecated.void
setMonth(int month)
Deprecated.void
setTime(long time)
void
setYear(int year)
Deprecated.-
Methods inherited from class java.util.Date
after, before, clone, compareTo, equals, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setHours, setMinutes, setSeconds, toGMTString, toLocaleString, toString, UTC
-
-
-
-
Method Detail
-
setDate
@Deprecated public void setDate(int date)
Deprecated.
-
setMonth
@Deprecated public void setMonth(int month)
Deprecated.
-
setYear
@Deprecated public void setYear(int year)
Deprecated.
-
-