public static class RadCalendarView.SelectionContext extends Object
Constructor and Description |
---|
SelectionContext()
Creates a new SelectionContext instance.
|
Modifier and Type | Method and Description |
---|---|
List<Long> |
datesAdded()
Returns the dates that are currently added to the selection.
|
List<Long> |
datesRemoved()
Returns the dates that are currently removed from the selection.
|
List<Long> |
newSelection()
Returns the new selection.
|
List<Long> |
oldSelection()
Returns the old selection.
|