Class ControlDefinitionBase

All Implemented Interfaces:
Serializable, Cloneable, ControlDefinition, Copyable, DataDictionaryDefinition, DictionaryBean
Direct Known Subclasses:
ButtonControlDefinition, CheckboxControlDefinition, CurrencyControlDefinition, FileControlDefinition, HiddenControlDefinition, KualiUserControlDefinition, LinkControlDefinition, LookupHiddenControlDefinition, LookupReadonlyControlDefinition, MultivalueControlDefinitionBase, TextareaControlDefinition, TextControlDefinition, WorkflowWorkgroupControlDefinition

@Deprecated public abstract class ControlDefinitionBase extends DataDictionaryDefinitionBase implements ControlDefinition
Deprecated.
Only used by KNS classes, use KRAD.
A single HTML control definition in the DataDictionary, which contains information relating to the HTML control used to realize a specific attribute. All types of controls are represented by an instance of this class; you have to call one of the is* methods to figure out which of the other accessors should return useful values.
See Also: