Class WeekGridMinuteTimeRange
- java.lang.Object
-
- com.vaadin.v7.client.ui.calendar.schedule.WeekGridMinuteTimeRange
-
public class WeekGridMinuteTimeRange extends Object
Internally used by the calendar.- Since:
- 7.1
-
-
Constructor Summary
Constructors Constructor Description WeekGridMinuteTimeRange(Date start, Date end)Creates a Date time range between start and end date.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleandoesOverlap(WeekGridMinuteTimeRange a, WeekGridMinuteTimeRange b)DategetEnd()DategetStart()
-
-
-
Method Detail
-
getStart
public Date getStart()
-
getEnd
public Date getEnd()
-
doesOverlap
public static boolean doesOverlap(WeekGridMinuteTimeRange a, WeekGridMinuteTimeRange b)
-
-