Package com.vaadin.shared.ui.calendar
Class CalendarEventId
- java.lang.Object
-
- com.vaadin.shared.ui.calendar.CalendarEventId
-
- All Implemented Interfaces:
Serializable
public class CalendarEventId extends Object implements Serializable
CalendarEventId contains static String identifiers for all Calendar events. These are used both in the client and server side code.- Since:
- 7.1
- Author:
- Vaadin Ltd.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CalendarEventId()
-
-
-
Field Detail
-
EVENTMOVE
public static final String EVENTMOVE
- See Also:
- Constant Field Values
-
RANGESELECT
public static final String RANGESELECT
- See Also:
- Constant Field Values
-
FORWARD
public static final String FORWARD
- See Also:
- Constant Field Values
-
BACKWARD
public static final String BACKWARD
- See Also:
- Constant Field Values
-
DATECLICK
public static final String DATECLICK
- See Also:
- Constant Field Values
-
WEEKCLICK
public static final String WEEKCLICK
- See Also:
- Constant Field Values
-
EVENTCLICK
public static final String EVENTCLICK
- See Also:
- Constant Field Values
-
EVENTRESIZE
public static final String EVENTRESIZE
- See Also:
- Constant Field Values
-
ACTION
public static final String ACTION
- See Also:
- Constant Field Values
-
-