public class VAbstractCalendarPanel.FocusedDate extends Date
| Constructor and Description |
|---|
FocusedDate(int year,
int month,
int date)
Constructs a date instance that keeps track of the currently selected
date within the calendar panel and updates the related text field
accordingly if there is one.
|
| 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.
|
after, before, clone, compareTo, equals, from, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setHours, setMinutes, setSeconds, toGMTString, toInstant, toLocaleString, toString, UTCpublic FocusedDate(int year,
int month,
int date)
year - the year valuemonth - the month value between 0-11date - the day of the month value between 1-31VAbstractCalendarPanel.FocusedDate@Deprecated public void setDate(int date)
@Deprecated public void setMonth(int month)
@Deprecated public void setYear(int year)
Copyright © 2021 Vaadin Ltd. All rights reserved.