Class WeekGridMinuteTimeRange
- java.lang.Object
-
- com.vaadin.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()
-
-
-
Constructor Detail
-
WeekGridMinuteTimeRange
public WeekGridMinuteTimeRange(Date start, Date end)
Creates a Date time range between start and end date. Drops seconds from the range.- Parameters:
start- Start time of the rangeend- End time of the rangeclearSeconds- Boolean Indicates, if seconds should be dropped from the range start and end
-
-
Method Detail
-
getStart
public Date getStart()
-
getEnd
public Date getEnd()
-
doesOverlap
public static boolean doesOverlap(WeekGridMinuteTimeRange a, WeekGridMinuteTimeRange b)
-
-