public class TkCalendar extends CalendarParent implements TkCalendarContract
| Constructor and Description | 
|---|
| TkCalendar() | 
| TkCalendar(CalendarEntry calendarEntry) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | assignAssignmentStyle(Map<String,String> styleMap) | 
| static void | assignDayLunchLabel(TkCalendarDay day) | 
| org.joda.time.DateTime | getBeginDateTime()The being date time the CalendarParent is associated with | 
| String | getCalenadrYear()The year portion of beginDateTime associated with the TkCalendar | 
| static TkCalendar | getCalendar(TkTimeBlockAggregate aggregate) | 
| static TkCalendar | getCalendar(TkTimeBlockAggregate tbAggregate,
                      LeaveBlockAggregate lbAggregate) | 
| List<String> | getCalendarDayHeadings()Assumption of 7 "days" per week, or 7 "blocks" per row. | 
| String | getCalendarMonth()The month portion of beginDateTime associated with the TkCalendar | 
| String | getCalendarTitle()Provides the calendar title / heading. | 
| org.joda.time.DateTime | getEndDateTime()The end date time the CalendarParent is associated with | 
| CalendarEntry | getPayCalEntry()The payCalEntry object associated with the TkCalendar | 
| void | setPayCalEntry(CalendarEntry payCalEntry) | 
getCalendarEntry, getWeeks, setBeginDateTime, setCalendarEntry, setEndDateTime, setWeeksclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCalendarEntry, getWeekspublic TkCalendar()
public TkCalendar(CalendarEntry calendarEntry)
public static TkCalendar getCalendar(TkTimeBlockAggregate tbAggregate, LeaveBlockAggregate lbAggregate)
public static TkCalendar getCalendar(TkTimeBlockAggregate aggregate)
public static void assignDayLunchLabel(TkCalendarDay day)
public void assignAssignmentStyle(Map<String,String> styleMap)
public CalendarEntry getPayCalEntry()
TkCalendarContractpayCalEntry of a TkCalendar
getPayCalEntry in interface TkCalendarContractpublic void setPayCalEntry(CalendarEntry payCalEntry)
public org.joda.time.DateTime getBeginDateTime()
CalendarParentContractbeginDateTime of a CalendarParent
getBeginDateTime in interface CalendarParentContractgetBeginDateTime in interface TkCalendarContractgetBeginDateTime in class CalendarParentpublic org.joda.time.DateTime getEndDateTime()
CalendarParentContractendDateTime of a CalendarParent
getEndDateTime in interface CalendarParentContractgetEndDateTime in interface TkCalendarContractgetEndDateTime in class CalendarParentpublic String getCalendarTitle()
getCalendarTitle in interface CalendarParentContractgetCalendarTitle in interface TkCalendarContractgetCalendarTitle in class CalendarParentpublic List<String> getCalendarDayHeadings()
getCalendarDayHeadings in interface CalendarParentContractgetCalendarDayHeadings in interface TkCalendarContractgetCalendarDayHeadings in class CalendarParentpublic String getCalenadrYear()
TkCalendarContractyear portion of beginDateTime of a TkCalendar
getCalenadrYear in interface TkCalendarContractpublic String getCalendarMonth()
TkCalendarContractmonth portion of beginDateTime of a TkCalendar
getCalendarMonth in interface TkCalendarContractCopyright © 2004–2014 The Kuali Foundation. All rights reserved.