public static class CalendarInfo.CalendarDayInfo extends Object
Constructor and Description |
---|
CalendarInfo.CalendarDayInfo(Date date,
String text,
boolean isToday) |
Modifier and Type | Method and Description |
---|---|
Date |
getDate() |
String |
getLinkText() |
String |
getText() |
boolean |
isLink() |
boolean |
isSelected() |
boolean |
isToday() |
void |
setLink(boolean link) |
void |
setSelected(boolean selected) |
public Date getDate()
public boolean isToday()
public String getText()
public String getLinkText()
public boolean isLink()
public void setLink(boolean link)
public boolean isSelected()
public void setSelected(boolean selected)
Copyright © 2008–2018 Apache Software Foundation. All rights reserved.