| Package | Description |
|---|---|
| org.jboss.arquillian.graphene.component.object.api.calendar |
| Modifier and Type | Method and Description |
|---|---|
CalendarPopupComponent.CalendarYear |
CalendarPopupComponent.getYear()
Returns the year, if there is a date set in the calendar then this date is considered, current date otherwise.
|
CalendarPopupComponent.CalendarYear |
CalendarPopupComponent.getYear(int year)
Returns a specific year, if there is a date set in the calendar then this date is considered, current date otherwise.
|
CalendarPopupComponent.CalendarYear |
CalendarPopupComponent.gotoNextYear()
Set the next year of the current set date.
|
CalendarPopupComponent.CalendarYear |
CalendarPopupComponent.gotoPreviousYear()
Set the previous year of the current set date.
|
CalendarPopupComponent.CalendarYear |
CalendarPopupComponent.CalendarDay.whichYear()
Returns the year which contains this day.
|
CalendarPopupComponent.CalendarYear |
CalendarPopupComponent.CalendarWeek.whichYear()
Returns the year which contains this week.
|
CalendarPopupComponent.CalendarYear |
CalendarPopupComponent.CalendarMonth.whichYear()
Returns the year which contains this month.
|
| Modifier and Type | Method and Description |
|---|---|
List<CalendarPopupComponent.CalendarYear> |
CalendarPopupComponent.getYears(int from,
int to)
Returns all the years from the range determined by
from and to. |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.