public interface TimeBlockRendererContract
TimeBlockRendererContract interface
Modifier and Type | Method and Description |
---|---|
String |
getAmount()
The amount of the TimeBlock object associated with the TimeBlockRenderer
|
String |
getAssignmentClass()
The assignmentClass associated with the TimeBlockRenderer
|
List<? extends TimeHourDetailRendererContract> |
getDetailRenderers()
The list of TimeHourDetailRenderer objects associated with the TimeBlockRenderer
|
String |
getEarnCodeType()
The earn code type of the TimeBlock object associated with the TimeBlockRenderer
|
String |
getLunchLabel()
TODO: Put a better comment
The lunchLabel associated with the TimeBlockRenderer
|
String |
getLunchLabelId()
TODO: Put a better comment
The lunchLabelId associated with the TimeBlockRenderer
|
TimeBlockContract |
getTimeBlock()
The TimeBlock object associated with the TimeBlockRenderer
|
String |
getTimeRange()
The time range associated with the TimeBlockRenderer
|
String |
getTitle()
The title associated with the TimeBlockRenderer
|
List<? extends TimeHourDetailRendererContract> getDetailRenderers()
detailRenderers for a TimeBlockRenderer
TimeBlockContract getTimeBlock()
timeBlock for a TimeBlockRenderer
String getTimeRange()
If timeBlock's earn code type is T, construct a string (begin time in hh:mm aa format - end time in hh:mm aa format)
String getTitle()
Constructs a title string based on work area description and task description
String getAmount()
If timeBlock's earn code type is A If timeBlock's amount is not null, "A: $x.xx" else "A: $0.00" Else ""
String getEarnCodeType()
timeBlock.getEarnCodeType() for a TimeBlockRenderer
String getAssignmentClass()
assignmentClass for a TimeBlockRenderer
String getLunchLabel()
lunchLabel for a TimeBlockRenderer
String getLunchLabelId()
lunchLabelId for a TimeBlockRenderer
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.