Class SelectionChangeEvent
java.lang.Object
org.eclipse.nebula.widgets.compositetable.day.SelectionChangeEvent
public class SelectionChangeEvent
extends java.lang.Object
A SelectionChangeEvent for selected Calendarables in a DayEditor.
- Since:
- 3.2
-
Field Summary
Fields Modifier and Type Field Description CalendarableItem
newSelection
The new selection or null if the selection is being clearedCalendarableItem
oldSelection
The previously selected Calendarable or null if no selection -
Constructor Summary
Constructors Constructor Description SelectionChangeEvent(CalendarableItem oldSelection, CalendarableItem newSelection)
Constructor SelectionChangeEvent. -
Method Summary
-
Field Details
-
oldSelection
The previously selected Calendarable or null if no selection -
newSelection
The new selection or null if the selection is being cleared
-
-
Constructor Details
-
SelectionChangeEvent
Constructor SelectionChangeEvent. Construct a SelectionChangeEvent from the Calendarable objects that represent the old and new selection.- Parameters:
oldSelection
- The previously selected Calendarable or null if no selectionnewSelection
- The new selection or null if the selection is being cleared
-