Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
AttributeLookupConfiguration |
|
| 0.0;0 |
1 | package org.kuali.rice.core.api.uif; | |
2 | ||
3 | /** | |
4 | * Defines additional configuration information for an attribute which relates to how lookups that use the attribute | |
5 | * behave. This includes things such as case sensitivity and using attributes as part of a ranged search. | |
6 | */ | |
7 | public interface AttributeLookupConfiguration {} |