org.kuali.ole.editor.keyvalue
Class EncodingLevel

java.lang.Object
  extended by org.kuali.rice.krad.keyvalues.KeyValuesBase
      extended by org.kuali.ole.editor.keyvalue.EncodingLevel
All Implemented Interfaces:
Serializable, org.kuali.rice.krad.keyvalues.KeyValuesFinder

public class EncodingLevel
extends org.kuali.rice.krad.keyvalues.KeyValuesBase

EncodingLevel used to render the values for EncodingLevel dropdown control.

See Also:
Serialized Form

Constructor Summary
EncodingLevel()
           
 
Method Summary
 List<org.kuali.rice.core.api.util.KeyValue> getKeyValues()
          This method returns the List of ConcreteKeyValues, ConcreteKeyValue has two arguments encodingLevelCode and encodingLevelName.
 
Methods inherited from class org.kuali.rice.krad.keyvalues.KeyValuesBase
clearInternalCache, getKeyLabel, getKeyLabelMap, getKeyValues, getOptionLabels, getOptionValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncodingLevel

public EncodingLevel()
Method Detail

getKeyValues

public List<org.kuali.rice.core.api.util.KeyValue> getKeyValues()
This method returns the List of ConcreteKeyValues, ConcreteKeyValue has two arguments encodingLevelCode and encodingLevelName.

Returns:
List


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