Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
ShowRowConditionCallback |
|
| 1.0;1 |
1 | package org.kuali.student.common.ui.client.widgets.table.summary; | |
2 | ||
3 | import org.kuali.student.common.ui.client.mvc.DataModel; | |
4 | ||
5 | public interface ShowRowConditionCallback { | |
6 | public void processShowConditions(SummaryTableFieldRow row, DataModel column1, DataModel column2); | |
7 | } |