public interface RemotableSelectContract extends Sized, KeyLabeled
| Modifier and Type | Method and Description | 
|---|---|
| List<? extends RemotableSelectGroupContract> | getGroups()Gets an immutable list of Grouped keyLabel pairs. | 
| boolean | isMultiple()Whether the select control allows selection of multiple values. | 
| boolean | isRefreshOnChange()If true, indicates that the page needs to be refreshed whenever the drop-down value is changed. | 
getKeyLabelsList<? extends RemotableSelectGroupContract> getGroups()
KeyLabeled.getKeyLabels() must be empty.  Cannot be null.boolean isMultiple()
boolean isRefreshOnChange()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.