Example usage for com.vaadin.v7.client.ui VCalendar subclass-usage

List of usage examples for com.vaadin.v7.client.ui VCalendar subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.v7.client.ui VCalendar subclass-usage.

Usage

From source file com.haulmont.cuba.web.widgets.client.calendar.CubaCalendarWidget.java

public class CubaCalendarWidget extends VCalendar {

    /*
     * We must also handle the special case when the event lasts exactly for 24
     * hours, thus spanning two days e.g. from 1.1.2001 00:00 to 2.1.2001 00:00.
     * That special case still should span one day when rendered.