|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HasUpdateHandlers | |
|---|---|
| com.bradrydzewski.gwt.calendar.client | |
| com.bradrydzewski.gwt.calendar.client.event | |
| Uses of HasUpdateHandlers in com.bradrydzewski.gwt.calendar.client |
|---|
| Classes in com.bradrydzewski.gwt.calendar.client that implement HasUpdateHandlers | |
|---|---|
class |
Calendar
|
class |
CalendarWidget
CalendarWidget is an InteractiveWidget
that maintains a calendar model (a set of Appointment objects)
managed through an AppointmentManager. |
| Uses of HasUpdateHandlers in com.bradrydzewski.gwt.calendar.client.event |
|---|
| Methods in com.bradrydzewski.gwt.calendar.client.event with parameters of type HasUpdateHandlers | ||
|---|---|---|
static
|
UpdateEvent.fire(HasUpdateHandlers<T> source,
T target)
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing. |
|
static
|
CreateEvent.fire(HasUpdateHandlers<T> source,
T target)
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||