We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.ui.
Class VCalendarPanel.FocusedDate
- java.lang.Object
-
- java.util.Date
-
- com.vaadin.client.ui.VCalendarPanel.FocusedDate
-
All Implemented Interfaces:
Enclosing class:
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:
-
-
Constructor Summary
Constructors Constructor and Description FocusedDate(int year, int month, int date)
-
Method Summary
All Methods Modifier and Type Method and 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, from, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setHours, setMinutes, setSeconds, toGMTString, toInstant, 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.
-
-