public class DayState
extends java.lang.Object
| Constructor and Description |
|---|
DayState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCurrentMonth() |
boolean |
isSelected() |
boolean |
isToday() |
void |
setIsCurrentMonth(boolean isCurrentMonth) |
void |
setIsSelected(boolean isSelected) |
void |
setIsToday(boolean today) |
public void setIsSelected(boolean isSelected)
public void setIsCurrentMonth(boolean isCurrentMonth)
public void setIsToday(boolean today)
public boolean isSelected()
public boolean isCurrentMonth()
public boolean isToday()