Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
CompareVersionsView |
|
| 1.0;1 |
1 | package org.kuali.student.lum.lu.ui.course.client.views; | |
2 | ||
3 | import org.kuali.student.common.ui.client.mvc.DataModel; | |
4 | import org.kuali.student.lum.lu.ui.course.client.controllers.VersionsController; | |
5 | ||
6 | public class CompareVersionsView{ | |
7 | ||
8 | ||
9 | ||
10 | 0 | public CompareVersionsView(Enum<?> viewEnum, String name, String modelId, VersionsController controller) { |
11 | ||
12 | 0 | } |
13 | ||
14 | public void updateContent(DataModel model, String workflowStatus){ | |
15 | ||
16 | 0 | } |
17 | ||
18 | } |