org.apache.empire.struts2.jsp.components.info
Class CalendarInfo.CalendarDayInfo

java.lang.Object
  extended by org.apache.empire.struts2.jsp.components.info.CalendarInfo.CalendarDayInfo
Enclosing class:
CalendarInfo

public static class CalendarInfo.CalendarDayInfo
extends Object


Constructor Summary
CalendarInfo.CalendarDayInfo(Date date, String text, boolean isToday)
           
 
Method Summary
 Date getDate()
           
 String getLinkText()
           
 String getText()
           
 boolean isLink()
           
 boolean isSelected()
           
 boolean isToday()
           
 void setLink(boolean link)
           
 void setSelected(boolean selected)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarInfo.CalendarDayInfo

public CalendarInfo.CalendarDayInfo(Date date,
                                    String text,
                                    boolean isToday)
Method Detail

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–2014 Apache Software Foundation. All rights reserved.