Uses of Class
org.kuali.rice.krad.uif.control.ControlBase

Packages that use ControlBase
org.kuali.rice.krad.uif.control   
 

Uses of ControlBase in org.kuali.rice.krad.uif.control
 

Subclasses of ControlBase in org.kuali.rice.krad.uif.control
 class CheckboxControl
          Represents a HTML Checkbox control.
 class CheckboxGroupControl
          Represents a group of HTML checkbox controls.
 class FileControl
          Represents a HTML File control, generally rendered as an input control with type 'file'.
 class GroupControl
          Represents a group control, which is a special control to handle the input of a KIM Group by group name
 class HiddenControl
          Represents a HTML Hidden control, generally rendered as an input control of type 'hidden'.
 class MultiValueControlBase
          Base class for controls that accept/display multiple values
 class RadioGroupControl
          Represents a group of HTML Radio controls.
 class SelectControl
          Represents a HTML Select control.
 class SpinnerControl
          Text control that as decorated with a spinner widget (allowing the control value to be modified using the spinner)
 class TextAreaControl
          Represents a HTML TextArea control.
 class TextControl
          Represents a HTML Text control, generally rendered as a input field of type 'text'.
 class UserControl
          Represents a user control, which is a special control to handle the input of a Person
 



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