com.vaadin.client.ui
Class VCalendarPanel.FocusedDate

java.lang.Object
  extended by java.util.Date
      extended by com.vaadin.client.ui.VCalendarPanel.FocusedDate
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<java.util.Date>
Enclosing class:
VCalendarPanel

public class VCalendarPanel.FocusedDate
extends java.util.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
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

VCalendarPanel.FocusedDate

public VCalendarPanel.FocusedDate(int year,
                                  int month,
                                  int date)
Method Detail

setTime

public void setTime(long time)
Overrides:
setTime in class java.util.Date

setDate

@Deprecated
public void setDate(int date)
Deprecated. 

Overrides:
setDate in class java.util.Date

setMonth

@Deprecated
public void setMonth(int month)
Deprecated. 

Overrides:
setMonth in class java.util.Date

setYear

@Deprecated
public void setYear(int year)
Deprecated. 

Overrides:
setYear in class java.util.Date


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.