|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Date
com.vaadin.client.ui.VCalendarPanel.FocusedDate
public class VCalendarPanel.FocusedDate
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.
| Constructor Summary | |
|---|---|
VCalendarPanel.FocusedDate(int year,
int month,
int date)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VCalendarPanel.FocusedDate(int year,
int month,
int date)
| Method Detail |
|---|
public void setTime(long time)
setTime in class java.util.Date@Deprecated public void setDate(int date)
setDate in class java.util.Date@Deprecated public void setMonth(int month)
setMonth in class java.util.Date@Deprecated public void setYear(int year)
setYear in class java.util.Date
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||