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.
|
getKeyLabels
List<? extends RemotableSelectGroupContract> getGroups()
KeyLabeled.getKeyLabels()
must be empty. Cannot be null.boolean isMultiple()
boolean isRefreshOnChange()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.