org.kuali.rice.core.api.uif
Interface KeyLabeled

All Known Subinterfaces:
RemotableSelectContract, RemotableSelectGroupContract
All Known Implementing Classes:
RemotableCheckboxGroup, RemotableCheckboxGroup.Builder, RemotableRadioButtonGroup, RemotableRadioButtonGroup.Builder, RemotableSelect, RemotableSelect.Builder, RemotableSelectGroup, RemotableSelectGroup.Builder

public interface KeyLabeled

A Control with key-label pairs of values for a user to select from.


Method Summary
 Map<String,String> getKeyLabels()
          The key-label pairs to display on the control.
 

Method Detail

getKeyLabels

Map<String,String> getKeyLabels()
The key-label pairs to display on the control. This field cannot be null or an empty map.

Returns:
a map containing values.


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