public static final class LassoEvent.LassoInfo extends Object
Constructor and Description |
---|
LassoInfo(javafx.scene.input.MouseEvent mouseEvent,
Instant startTime,
Instant endTime,
LocalTime localStartTime,
LocalTime localEndTime,
List<Row<?,?,?>> rows,
List<ActivityRef<?>> activities)
Constructs a new info object.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityRef<?>> |
getActivities()
Returns the activities found inside the lasso.
|
Instant |
getEndTime()
Returns the end time of the lasso / the end.
|
LocalTime |
getLocalEndTime()
Returns the agenda end time of the lasso when the lasso is used in
combination with the
AgendaLayout . |
LocalTime |
getLocalStartTime()
Returns the agenda start time of the lasso when the lasso is used in
combination with the
AgendaLayout . |
javafx.scene.input.MouseEvent |
getMouseEvent()
Returns the mouse event that triggered the lasso event.
|
List<Row<?,?,?>> |
getRows()
Returns the rows with which the lasso intersects.
|
Instant |
getStartTime()
Returns the start time of the lasso / the beginning.
|
String |
toString() |
public LassoInfo(javafx.scene.input.MouseEvent mouseEvent, Instant startTime, Instant endTime, LocalTime localStartTime, LocalTime localEndTime, List<Row<?,?,?>> rows, List<ActivityRef<?>> activities)
mouseEvent
- the mouse event that triggered the lasso eventstartTime
- the beginning of the lassoendTime
- the end of the lassolocalStartTime
- the agenda start time (if used in combination with
AgendaLayout
)localEndTime
- the agenda end time (if used in combination with
AgendaLayout
)rows
- the rows that were selectedactivities
- the activities inside the lassopublic javafx.scene.input.MouseEvent getMouseEvent()
public final Instant getStartTime()
public final Instant getEndTime()
public final LocalTime getLocalStartTime()
AgendaLayout
.public final LocalTime getLocalEndTime()
AgendaLayout
.public final List<Row<?,?,?>> getRows()
public final List<ActivityRef<?>> getActivities()
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.