Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
TextareaContract |
|
| 1.0;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 | } |