List of usage examples for com.vaadin.v7.client.ui.calendar.schedule SimpleDayCell subclass-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