public class ScheduleSelectionModel
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ScheduleSelectionModel()
Instantiates a new selection model.
|
ScheduleSelectionModel(ScheduleController scheduleController)
Instantiates a new selection model that .
|
ScheduleSelectionModel(ScheduleController scheduleController,
boolean doControllerNotifications)
Instantiates a new selection model.
|
| Modifier and Type | Method and Description |
|---|---|
ScheduleSelectionModel |
getCopy()
Returns a copy of the current SelectionModel - instance.
|
Schedule |
getSelectedSchedule()
Gets the selected schedule.
|
void |
setSelectedSchedule(Schedule selectedSchedule)
Sets the selected schedule.
|
public ScheduleSelectionModel()
public ScheduleSelectionModel(ScheduleController scheduleController)
scheduleController - the current ScheduleControllerpublic ScheduleSelectionModel(ScheduleController scheduleController, boolean doControllerNotifications)
scheduleController - the current ScheduleControllerdoControllerNotifications - set true, if notifications should be done with a selectionpublic ScheduleSelectionModel getCopy()
public Schedule getSelectedSchedule()
public void setSelectedSchedule(Schedule selectedSchedule)
selectedSchedule - the new selected schedule