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, getDayNumberDelta
List<? extends TimeBlockContract> getTimeblocks()
timeblocks of a TkCalendarDay
List<? extends TimeBlockRendererContract> getBlockRenderers()
blockRenderers of a TkCalendarDay
String getDayNumberString()
dayNumberString of a TkCalendarDay
getDayNumberString
in interface CalendarDayContract
Boolean getGray()
gray of a TkCalendarDay
getGray
in interface CalendarDayContract
List<? extends LeaveBlockContract> getLeaveBlocks()
leaveBlocks of a TkCalendarDay
List<? extends LeaveBlockRendererContract> getLeaveBlockRenderers()
leaveBlockRenderers of a TkCalendarDay
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.