public static final class RemotableSelectGroup.Builder extends Object implements RemotableSelectGroupContract, ModelBuilder
| Modifier and Type | Method and Description |
|---|---|
RemotableSelectGroup |
build()
Returns an instance of the object being built by this builder based
on the current state of the builder.
|
static RemotableSelectGroup.Builder |
create(Map<String,String> keyLabels,
String label) |
Map<String,String> |
getKeyLabels()
The key-label pairs to display on the control.
|
String |
getLabel()
The label for the select group select group.
|
void |
setKeyLabels(Map<String,String> keyLabels) |
void |
setLabel(String label) |
public static RemotableSelectGroup.Builder create(Map<String,String> keyLabels, String label)
public String getLabel()
RemotableSelectGroupContractgetLabel in interface RemotableSelectGroupContractpublic Map<String,String> getKeyLabels()
KeyLabeledgetKeyLabels in interface KeyLabeledpublic void setKeyLabels(Map<String,String> keyLabels)
public RemotableSelectGroup build()
ModelBuilderbuild in interface ModelBuilderCopyright © 2005–2016 The Kuali Foundation. All rights reserved.