public final class RemotableSelect extends RemotableAbstractControl implements RemotableSelectContract
| Modifier and Type | Class and Description |
|---|---|
static class |
RemotableSelect.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<RemotableSelectGroup> |
getGroups()
Gets an immutable list of Grouped keyLabel pairs.
|
Map<String,String> |
getKeyLabels()
The key-label pairs to display on the control.
|
Integer |
getSize()
The size value to make the control.
|
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.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic Map<String,String> getKeyLabels()
KeyLabeledgetKeyLabels in interface KeyLabeledpublic Integer getSize()
Sizedpublic List<RemotableSelectGroup> getGroups()
RemotableSelectContractKeyLabeled.getKeyLabels() must be empty. Cannot be null.getGroups in interface RemotableSelectContractpublic boolean isMultiple()
RemotableSelectContractisMultiple in interface RemotableSelectContractpublic boolean isRefreshOnChange()
RemotableSelectContractisRefreshOnChange in interface RemotableSelectContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.