| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| HasRetrieveAdditionalDataHandlers | 
 | 
 | 1.0;1 | 
| 1 |  package org.kuali.student.common.ui.client.widgets.table.scroll; | |
| 2 | ||
| 3 |  import com.google.gwt.event.shared.HandlerRegistration; | |
| 4 | ||
| 5 | public interface HasRetrieveAdditionalDataHandlers { | |
| 6 | HandlerRegistration addRetrieveAdditionalDataHandler(RetrieveAdditionalDataHandler handler); | |
| 7 | } |