org.apache.empire.struts2.jsp.components.info
Class CalendarInfo.CalendarDayInfo
java.lang.Object
org.apache.empire.struts2.jsp.components.info.CalendarInfo.CalendarDayInfo
- Enclosing class:
- CalendarInfo
public static class CalendarInfo.CalendarDayInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarInfo.CalendarDayInfo
public CalendarInfo.CalendarDayInfo(Date date,
String text,
boolean isToday)
getDate
public Date getDate()
isToday
public boolean isToday()
getText
public String getText()
getLinkText
public String getLinkText()
isLink
public boolean isLink()
setLink
public void setLink(boolean link)
isSelected
public boolean isSelected()
setSelected
public void setSelected(boolean selected)
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.