We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.shared.ui.calendar.
Interface CalendarServerRpc
-
All Superinterfaces:
public interface CalendarServerRpc extends ServerRpc
Since:
7.1
Author:
Vaadin Ltd.
-
-
Method Summary
All Methods Modifier and Type Method Description void
actionOnEmptyCell(String actionKey, String startDate, String endDate)
void
actionOnEvent(String actionKey, String startDate, String endDate, int eventIndex)
void
backward()
void
dateClick(String date)
void
eventClick(int eventIndex)
void
eventMove(int eventIndex, String newDate)
void
eventResize(int eventIndex, String newStartDate, String newEndDate)
void
forward()
void
rangeSelect(String range)
void
scroll(int scrollPosition)
void
weekClick(String event)
-
-
-
Method Detail
-
eventMove
void eventMove(int eventIndex, String newDate)
-
rangeSelect
void rangeSelect(String range)
-
forward
void forward()
-
backward
void backward()
-
dateClick
void dateClick(String date)
-
weekClick
void weekClick(String event)
-
eventClick
void eventClick(int eventIndex)
-
actionOnEvent
void actionOnEvent(String actionKey, String startDate, String endDate, int eventIndex)
-
-