|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TkCalendarContract
TkCalendarContract interface
Method Summary | |
---|---|
org.joda.time.DateTime |
getBeginDateTime()
The beginDateTime associated with the TkCalendar |
String |
getCalenadrYear()
The year portion of beginDateTime associated with the TkCalendar |
List<String> |
getCalendarDayHeadings()
The list of string titles for each row block (day) associated with the TkCalendar |
String |
getCalendarMonth()
The month portion of beginDateTime associated with the TkCalendar |
String |
getCalendarTitle()
The string for calendar title use associated with the TkCalendar |
org.joda.time.DateTime |
getEndDateTime()
The endDateTime associated with the TkCalendar |
CalendarEntryContract |
getPayCalEntry()
The payCalEntry object associated with the TkCalendar |
Methods inherited from interface org.kuali.kpme.core.api.calendar.CalendarParentContract |
---|
getCalendarEntry, getWeeks |
Method Detail |
---|
CalendarEntryContract getPayCalEntry()
payCalEntry of a TkCalendar
org.joda.time.DateTime getBeginDateTime()
beginDateTime of a TkCalendar
getBeginDateTime
in interface CalendarParentContract
org.joda.time.DateTime getEndDateTime()
endDateTime of a TkCalendar
getEndDateTime
in interface CalendarParentContract
String getCalendarTitle()
Provides the calendar title/heading. If the Pay Calendar entry spans multiple months, you get Abbreviated Month name + year of both the beginning month and the ending month.
getCalendarTitle
in interface CalendarParentContract
List<String> getCalendarDayHeadings()
Assumption of 7 "days" per week, or 7 "blocks" per row.
getCalendarDayHeadings
in interface CalendarParentContract
String getCalenadrYear()
year portion of beginDateTime of a TkCalendar
String getCalendarMonth()
month portion of beginDateTime of a TkCalendar
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |