Class SelectControlDefinition

All Implemented Interfaces:
Serializable, Cloneable, ControlDefinition, Copyable, DataDictionaryDefinition, DictionaryBean

@Deprecated public class SelectControlDefinition extends MultivalueControlDefinitionBase
Deprecated.
The select element will render an HTML select control. The valuesFinderClass will have a getKeyValues() method that returns a list of KeyValue objects. An optional script attribute allows java script code to be entered. This code will be run when the user selects a new value.
See Also: