| 1 |
|
package org.kuali.student.lum.program.client.widgets; |
| 2 |
|
|
| 3 |
|
import org.kuali.student.core.document.ui.client.widgets.documenttool.DocumentTool; |
| 4 |
|
import org.kuali.student.lum.common.client.lu.LUUIConstants; |
| 5 |
|
|
| 6 |
|
|
| 7 |
|
@author |
| 8 |
|
|
|
|
|
| 0% |
Uncovered Elements: 4 (4) |
Complexity: 2 |
Complexity Density: 1 |
|
| 9 |
|
public class ProgramDocumentTool extends DocumentTool{ |
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 10 |
0
|
public ProgramDocumentTool(Enum<?> viewEnum, String viewName) {... |
| 11 |
0
|
super(LUUIConstants.REF_DOC_RELATION_PROPOSAL_TYPE,viewEnum, viewName); |
| 12 |
|
} |
| 13 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 14 |
0
|
@Override... |
| 15 |
|
protected void isAuthorizedUploadDocuments() { |
| 16 |
0
|
processUi(true); |
| 17 |
|
} |
| 18 |
|
} |