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

Packages that use ControlBase
Package
Description
 
  • Uses of ControlBase in org.kuali.rice.krad.uif.control

    Modifier and Type
    Class
    Description
    class 
    Represents a HTML Checkbox control.
    class 
    Represents a group of HTML checkbox controls.
    class 
    Represents a HTML File control, generally rendered as an input control with type 'file'.
    class 
    Represents a group control, which is a special control to handle the input of a KIM Group by group name
    class 
    Represents a HTML Hidden control, generally rendered as an input control of type 'hidden'.
    class 
    Base class for controls that accept/display multiple values
    class 
    OptionListControl is used for listing out options from an option finder or options list.
    class 
    Represents a HTML password text control, rendered as a input field of type 'password'.
    class 
    Represents a group of HTML Radio controls.
    class 
    Represents a HTML Select control.
    class 
    Text control that as decorated with a spinner widget (allowing the control value to be modified using the spinner)
    class 
    Represents a HTML TextArea control.
    class 
    Represents a HTML Text control, generally rendered as a input field of type 'text'.
    class 
    Represents a user control, which is a special control to handle the input of a Person.