public interface CalendarServerRpc extends ServerRpc
| Modifier and Type | Method and 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) |
void eventMove(int eventIndex,
String newDate)
void rangeSelect(String range)
void forward()
void backward()
void dateClick(String date)
void weekClick(String event)
void eventClick(int eventIndex)
void actionOnEvent(String actionKey, String startDate, String endDate, int eventIndex)
Copyright © 2021 Vaadin Ltd. All rights reserved.