Coverage Report - org.kuali.rice.core.api.uif.control.TextareaContract
 
Classes in this File Line Coverage Branch Coverage Complexity
TextareaContract
N/A
N/A
1
 
 1  
 package org.kuali.rice.core.api.uif.control;
 2  
 
 3  
 public interface TextareaContract extends AbstractControlContract, Watermarked, SingleValued {
 4  
     Integer getRows();
 5  
     Integer getCols();
 6  
 }