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.
Class CalendarEventId
- java.lang.Object
-
- com.vaadin.shared.ui.calendar.CalendarEventId
-
All Implemented Interfaces:
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:
-
-
Field Summary
Fields Modifier and Type Field and Description static String
ACTION
static String
BACKWARD
static String
DATECLICK
static String
EVENTCLICK
static String
EVENTMOVE
static String
EVENTRESIZE
static String
FORWARD
static String
RANGESELECT
static String
WEEKCLICK
-
Constructor Summary
Constructors Constructor and Description CalendarEventId()
-
-
-
Field Detail
-
EVENTMOVE
public static final String EVENTMOVE
See Also:
-
RANGESELECT
public static final String RANGESELECT
See Also:
-
FORWARD
public static final String FORWARD
See Also:
-
BACKWARD
public static final String BACKWARD
See Also:
-
DATECLICK
public static final String DATECLICK
See Also:
-
WEEKCLICK
public static final String WEEKCLICK
See Also:
-
EVENTCLICK
public static final String EVENTCLICK
See Also:
-
EVENTRESIZE
public static final String EVENTRESIZE
See Also:
-
ACTION
public static final String ACTION
See Also:
-
-