Uses of Class
com.logicaldoc.gui.common.client.beans.GUICalendarEvent
Packages that use GUICalendarEvent
Package
Description
-
Uses of GUICalendarEvent in com.logicaldoc.gui.frontend.client.calendar
Constructors in com.logicaldoc.gui.frontend.client.calendar with parameters of type GUICalendarEventModifierConstructorDescriptionCalendarEventDialog(GUICalendarEvent calendarEvent, com.google.gwt.user.client.rpc.AsyncCallback<Void> onChangedCallback) -
Uses of GUICalendarEvent in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUICalendarEventMethods in com.logicaldoc.gui.frontend.client.services that return types with arguments of type GUICalendarEventModifier and TypeMethodDescriptionCalendarService.find(GUICalendarEventSearchCriteria criteria) Searches for eventsMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUICalendarEventModifier and TypeMethodDescriptionvoidCalendarService.saveEvent(GUICalendarEvent event) Saves an event into the calendarvoidCalendarServiceAsync.saveEvent(GUICalendarEvent event, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUICalendarEventModifier and TypeMethodDescriptionvoidCalendarServiceAsync.find(GUICalendarEventSearchCriteria criteria, com.google.gwt.user.client.rpc.AsyncCallback<List<GUICalendarEvent>> callback) voidCalendarServiceAsync.getEvent(long eventId, com.google.gwt.user.client.rpc.AsyncCallback<GUICalendarEvent> callback)