Example usage for com.vaadin.v7.client.ui.calendar.schedule SimpleDayCell subclass-usage

List of usage examples for com.vaadin.v7.client.ui.calendar.schedule SimpleDayCell subclass-usage

Introduction

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

Usage

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

public class CubaSimpleDayCell extends SimpleDayCell {
    public CubaSimpleDayCell(VCalendar calendar, int row, int cell) {
        super(calendar, row, cell);
    }

    @Override