|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.uif.RemotableSelectGroup.Builder
public static final class RemotableSelectGroup.Builder
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RemotableSelectGroup.Builder create(Map<String,String> keyLabels,
String label)
public String getLabel()
RemotableSelectGroupContract
getLabel in interface RemotableSelectGroupContractpublic void setLabel(String label)
public Map<String,String> getKeyLabels()
KeyLabeled
getKeyLabels in interface KeyLabeledpublic void setKeyLabels(Map<String,String> keyLabels)
public RemotableSelectGroup build()
ModelBuilder
build in interface ModelBuilder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||