org.kuali.rice.core.api.uif
Class RemotableCheckboxGroup

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.core.api.uif.RemotableAbstractControl
          extended by org.kuali.rice.core.api.uif.RemotableCheckboxGroup
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete, KeyLabeled, RemotableControlContract

public final class RemotableCheckboxGroup
extends RemotableAbstractControl
implements KeyLabeled

A radio button group control type.

See Also:
Serialized Form

Nested Class Summary
static class RemotableCheckboxGroup.Builder
           
 
Method Summary
 Map<String,String> getKeyLabels()
          The key-label pairs to display on the control.
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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:
getKeyLabels in interface KeyLabeled
Returns:
a map containing values.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.