public class SmallDayView
extends mvp.Model
| Modifier and Type | Field and Description |
|---|---|
protected int |
date
The date number
|
protected DayName |
day
The day name
|
protected javax.swing.DefaultListModel |
items
The list of item descriptors
|
| Constructor and Description |
|---|
SmallDayView(int date,
DayName day,
javax.swing.DefaultListModel items)
Construct this with the given date, day, and items values.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDate()
Return the date number.
|
DayName |
getDay()
Return the day name.
|
javax.swing.DefaultListModel |
getItems()
Return the list of item descriptors.
|
protected int date
protected DayName day
protected javax.swing.DefaultListModel items
public SmallDayView(int date,
DayName day,
javax.swing.DefaultListModel items)
public int getDate()
public DayName getDay()
public javax.swing.DefaultListModel getItems()