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.
|
afterUnmarshal, beforeUnmarshal, equals, hashCode, 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 RemotableSelectContractCopyright © 2005-2012 The Kuali Foundation. All Rights Reserved.