Class MonthCalendarSelectedDay
java.lang.Object
org.eclipse.nebula.widgets.compositetable.month.MonthCalendarSelectedDay
public class MonthCalendarSelectedDay
extends java.lang.Object
Represents the currrently-selected day in the month calendar.
- Since:
- 3.3
- 
Field SummaryFields Modifier and Type Field Description org.eclipse.swt.graphics.PointcoordinatesThe coordinates (day, week) of the selected date in the current month where day is a number 0-6 representing [Sunday ..java.util.DatedateThe selected Date
- 
Constructor SummaryConstructors Constructor Description MonthCalendarSelectedDay(java.util.Date date, org.eclipse.swt.graphics.Point coordinates)Constructor MonthCalendarSelection.
- 
Method Summary
- 
Field Details- 
datepublic final java.util.Date dateThe selected Date
- 
coordinatespublic final org.eclipse.swt.graphics.Point coordinatesThe coordinates (day, week) of the selected date in the current month where day is a number 0-6 representing [Sunday .. Saturday] and week is a 0-based offset representing the the week number of the selected date's week within the month.
 
- 
- 
Constructor Details- 
MonthCalendarSelectedDaypublic MonthCalendarSelectedDay(java.util.Date date, org.eclipse.swt.graphics.Point coordinates)Constructor MonthCalendarSelection. Construct a MonthCalendarSelection.- Parameters:
- date- The selected date.
- coordinates- The coordinates of the selected date.
 
 
-