|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CalendarViews | |
|---|---|
| com.bradrydzewski.gwt.calendar.client | |
| Uses of CalendarViews in com.bradrydzewski.gwt.calendar.client |
|---|
| Methods in com.bradrydzewski.gwt.calendar.client that return CalendarViews | |
|---|---|
static CalendarViews |
CalendarViews.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CalendarViews[] |
CalendarViews.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.bradrydzewski.gwt.calendar.client with parameters of type CalendarViews | |
|---|---|
void |
Calendar.setView(CalendarViews view)
Sets the CalendarView that should be used by the Calendar to display the list of appointments. |
void |
Calendar.setView(CalendarViews view,
int days)
Sets the current view of this calendar. |
| Constructors in com.bradrydzewski.gwt.calendar.client with parameters of type CalendarViews | |
|---|---|
Calendar(CalendarViews view)
Constructs a Calendar with the given
CalendarView displayed by default. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||