public interface TkCalendarDayContract extends CalendarDayContract
TkCalendarWeekContract interface
| Modifier and Type | Method and Description | 
|---|---|
| List<? extends TimeBlockRendererContract> | getBlockRenderers()The list of TimeBlockRenderer objects associated with the TkCalendarDay | 
| String | getDayNumberString()The dayNumberString associated with the TkCalendarDay | 
| Boolean | getGray()TODO: Make sure this comment is right
 The gray flag to indicate if a calendar day is greyed out or not | 
| List<? extends LeaveBlockRendererContract> | getLeaveBlockRenderers()The list of LeaveBlockRenderer objects associated with the TkCalendarDay | 
| List<? extends LeaveBlockContract> | getLeaveBlocks()The list of LeaveBlock objects associated with the TkCalendarDay | 
| List<? extends TimeBlockContract> | getTimeblocks()The list of TimeBlock objects associated with the TkCalendarDay | 
getDateString, getDayEditable, getDayNumberDeltaList<? extends TimeBlockContract> getTimeblocks()
timeblocks of a TkCalendarDay
List<? extends TimeBlockRendererContract> getBlockRenderers()
blockRenderers of a TkCalendarDay
String getDayNumberString()
dayNumberString of a TkCalendarDay
getDayNumberString in interface CalendarDayContractBoolean getGray()
gray of a TkCalendarDay
getGray in interface CalendarDayContractList<? extends LeaveBlockContract> getLeaveBlocks()
leaveBlocks of a TkCalendarDay
List<? extends LeaveBlockRendererContract> getLeaveBlockRenderers()
leaveBlockRenderers of a TkCalendarDay
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.