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 Summary
Fields Modifier and Type Field Description org.eclipse.swt.graphics.Point
coordinates
The coordinates (day, week) of the selected date in the current month where day is a number 0-6 representing [Sunday ..java.util.Date
date
The selected Date -
Constructor Summary
Constructors Constructor Description MonthCalendarSelectedDay(java.util.Date date, org.eclipse.swt.graphics.Point coordinates)
Constructor MonthCalendarSelection. -
Method Summary
-
Field Details
-
date
public final java.util.Date dateThe selected Date -
coordinates
public 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
-
MonthCalendarSelectedDay
public 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.
-