Class DateCellGroup
- java.lang.Object
-
- com.vaadin.v7.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 Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Integer index)WeekGridMinuteTimeRangegetDateRange()DategetEnd()List<Integer>getItems()DategetStart()voidsetDateRange(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)
-
-