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

All Superinterfaces:
KeyLabeled
All Known Implementing Classes:
RemotableSelectGroup, RemotableSelectGroup.Builder

public interface RemotableSelectGroupContract
extends KeyLabeled

A Select Group for a Select Control.


Method Summary
 String getLabel()
          The label for the select group select group.
 
Methods inherited from interface org.kuali.rice.core.api.uif.KeyLabeled
getKeyLabels
 

Method Detail

getLabel

String getLabel()
The label for the select group select group. Cannot be null or blank.

Returns:
the label


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