public static final class RemotableCheckboxGroup.Builder extends RemotableAbstractControl.Builder implements KeyLabeled
Modifier and Type | Method and Description |
---|---|
RemotableCheckboxGroup |
build()
Returns an instance of the object being built by this builder based
on the current state of the builder.
|
static RemotableCheckboxGroup.Builder |
create(Map<String,String> keyLabels) |
Map<String,String> |
getKeyLabels()
The key-label pairs to display on the control.
|
void |
setKeyLabels(Map<String,String> keyLabels) |
public static RemotableCheckboxGroup.Builder create(Map<String,String> keyLabels)
public Map<String,String> getKeyLabels()
KeyLabeled
getKeyLabels
in interface KeyLabeled
public void setKeyLabels(Map<String,String> keyLabels)
public RemotableCheckboxGroup build()
ModelBuilder
build
in interface ModelBuilder
build
in class RemotableAbstractControl.Builder
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.