public static interface CalendarPopupComponent.CalendarWeek extends CalendarPopupComponent.TimeUnit
| Modifier and Type | Method and Description |
|---|---|
CalendarPopupComponent.CalendarDay |
getDay(int day)
Returns a specific day of this week.
|
List<CalendarPopupComponent.CalendarDay> |
getDays()
Returns all days of this week.
|
CalendarPopupComponent.CalendarMonth |
whichMonth()
Returns the month which contains this week.
|
CalendarPopupComponent.CalendarYear |
whichYear()
Returns the year which contains this week.
|
toIntList<CalendarPopupComponent.CalendarDay> getDays()
CalendarPopupComponent.CalendarDay getDay(int day)
day - CalendarPopupComponent.CalendarMonth whichMonth()
CalendarPopupComponent.CalendarYear whichYear()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.