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, setWeeks
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCalendarEntry, getWeeks
public 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()
TkCalendarContract
payCalEntry of a TkCalendar
getPayCalEntry
in interface TkCalendarContract
public void setPayCalEntry(CalendarEntry payCalEntry)
public org.joda.time.DateTime getBeginDateTime()
CalendarParentContract
beginDateTime of a CalendarParent
getBeginDateTime
in interface CalendarParentContract
getBeginDateTime
in interface TkCalendarContract
getBeginDateTime
in class CalendarParent
public org.joda.time.DateTime getEndDateTime()
CalendarParentContract
endDateTime of a CalendarParent
getEndDateTime
in interface CalendarParentContract
getEndDateTime
in interface TkCalendarContract
getEndDateTime
in class CalendarParent
public String getCalendarTitle()
getCalendarTitle
in interface CalendarParentContract
getCalendarTitle
in interface TkCalendarContract
getCalendarTitle
in class CalendarParent
public List<String> getCalendarDayHeadings()
getCalendarDayHeadings
in interface CalendarParentContract
getCalendarDayHeadings
in interface TkCalendarContract
getCalendarDayHeadings
in class CalendarParent
public String getCalenadrYear()
TkCalendarContract
year portion of beginDateTime of a TkCalendar
getCalenadrYear
in interface TkCalendarContract
public String getCalendarMonth()
TkCalendarContract
month portion of beginDateTime of a TkCalendar
getCalendarMonth
in interface TkCalendarContract
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.