| Formats the grades for display, independently of the JSF display. If a
Template exists for the parent gradebook, that template's
fillGrades method is used. Otherwise, the grades are formatted into a plain
old table.
This is a bad method for including display code within it; however, I do
this for a simple reason: we're already including display code at this
level via the template.
The prettier eventual solution will be to inject a default template via the
controller, or possibly in the manager class (using a defaultTemplate
property). This works for the quick and dirty now.
|