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()
RemotableSelectGroupContract
getLabel
in interface RemotableSelectGroupContract
public Map<String,String> getKeyLabels()
KeyLabeled
getKeyLabels
in interface KeyLabeled
public void setKeyLabels(Map<String,String> keyLabels)
public RemotableSelectGroup build()
ModelBuilder
build
in interface ModelBuilder
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.