org.kuali.rice.core.api.uif
Class RemotableRadioButtonGroup.Builder
java.lang.Object
   org.kuali.rice.core.api.uif.RemotableAbstractControl.Builder
org.kuali.rice.core.api.uif.RemotableAbstractControl.Builder
       org.kuali.rice.core.api.uif.RemotableRadioButtonGroup.Builder
org.kuali.rice.core.api.uif.RemotableRadioButtonGroup.Builder
- All Implemented Interfaces: 
- ModelBuilder, KeyLabeled, RemotableControlContract
- Enclosing class:
- RemotableRadioButtonGroup
- public static final class RemotableRadioButtonGroup.Builder 
- extends RemotableAbstractControl.Builder- implements KeyLabeled
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
create
public static RemotableRadioButtonGroup.Builder create(Map<String,String> keyLabels)
- 
 
- 
 
getKeyLabels
public Map<String,String> getKeyLabels()
- Description copied from interface: KeyLabeled
- The key-label pairs to display on the control.  This field cannot be null or an empty map.
 
- 
- Specified by:
- getKeyLabelsin interface- KeyLabeled
 
- 
- Returns:
- a map containing values.
 
setKeyLabels
public void setKeyLabels(Map<String,String> keyLabels)
- 
 
- 
 
build
public RemotableRadioButtonGroup build()
- Description copied from interface: ModelBuilder
- Returns an instance of the object being built by this builder based
 on the current state of the builder.  It should be possible to
 invoke this method more than once on the same builder.  It should
 never return null;
 
- 
- Specified by:
- buildin interface- ModelBuilder
- Specified by:
- buildin class- RemotableAbstractControl.Builder
 
- 
- Returns:
- an instance of the object being built by this builder,
 should never return null
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.