Package org.kuali.rice.krad.uif.control

Interface Summary
Control Represents an interactive element in the UI (typically an HTML control)
 

Class Summary
CheckboxControl Represents a HTML Checkbox control.
CheckboxGroupControl Represents a group of HTML checkbox controls.
ControlBase Base class for all Control implementations
FileControl Represents a HTML File control, generally rendered as an input control with type 'file'.
GroupControl Represents a group control, which is a special control to handle the input of a KIM Group by group name
HiddenControl Represents a HTML Hidden control, generally rendered as an input control of type 'hidden'.
MultiValueControlBase Base class for controls that accept/display multiple values
RadioGroupControl Represents a group of HTML Radio controls.
SelectControl Represents a HTML Select control.
TextAreaControl Represents a HTML TextArea control.
TextControl Represents a HTML Text control, generally rendered as a input field of type 'text'.
UserControl Represents a user control, which is a special control to handle the input of a Person
 



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