Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
TextInputContract |
|
| 0.0;0 |
1 | package org.kuali.rice.core.api.uif.control; | |
2 | ||
3 | public interface TextInputContract extends AbstractControlContract, Sized, Watermarked, SingleValued { | |
4 | } |