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.client.ui.calendar.schedule.
Class DateCellGroup
- java.lang.Object
-
- com.vaadin.client.ui.calendar.schedule.DateCellGroup
-
public class DateCellGroup extends Object
Internally used by the calendar
Since:
7.1
-
-
Constructor Summary
Constructors Constructor Description DateCellGroup(Integer index)
-
Method Summary
All Methods Modifier and Type Method Description void
add(Integer index)
WeekGridMinuteTimeRange
getDateRange()
Date
getEnd()
List<Integer>
getItems()
Date
getStart()
void
setDateRange(WeekGridMinuteTimeRange range)
-
-
-
Constructor Detail
-
DateCellGroup
public DateCellGroup(Integer index)
-
-
Method Detail
-
getDateRange
public WeekGridMinuteTimeRange getDateRange()
-
getStart
public Date getStart()
-
getEnd
public Date getEnd()
-
setDateRange
public void setDateRange(WeekGridMinuteTimeRange range)
-
add
public void add(Integer index)
-
-