Uses of Class
org.kuali.rice.krad.uif.component.ComponentBase

Packages that use ComponentBase
org.kuali.rice.krad.uif.container   
org.kuali.rice.krad.uif.control   
org.kuali.rice.krad.uif.field   
org.kuali.rice.krad.uif.view   
org.kuali.rice.krad.uif.widget   
 

Uses of ComponentBase in org.kuali.rice.krad.uif.container
 

Subclasses of ComponentBase in org.kuali.rice.krad.uif.container
 class CollectionGroup
          Group that holds a collection of objects and configuration for presenting the collection in the UI.
 class ContainerBase
          Base Container implementation which container implementations can extend
 class Group
          Container that holds a list of Field or other Group instances
 class LinkGroup
          Special Group that presents a grouping on links, which can also include nested groupings of links
 class NavigationGroup
          Special Group that renders a navigation section
 class PageGroup
           
 class ReorderingGroup
          Group implementation that supports reordering of the group items
 class TabGroup
          A group that presents its child Groups as tabs.
 class TreeGroup
          Group component that is backed by a Tree data structure and typically rendered as a tree in the user interface
 

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

Subclasses of ComponentBase in org.kuali.rice.krad.uif.control
 class CheckboxControl
          Represents a HTML Checkbox control.
 class CheckboxGroupControl
          Represents a group of HTML checkbox controls.
 class ControlBase
          Base class for all Control implementations
 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
 

Uses of ComponentBase in org.kuali.rice.krad.uif.field
 

Subclasses of ComponentBase in org.kuali.rice.krad.uif.field
 class ActionField
          Field that presents an action that can be taken on the UI such as submitting the form or invoking a script
 class AjaxActionField
          Action field that performs an Ajax request and will result in updating of the page or a component
 class BlankField
          Field that produces only a space
 class DataField
          Field that renders data from the application, such as the value of a data object property
 class ErrorsField
          Field that displays error, warning, and info messages for the keys that are matched.
 class FieldBase
          Base class for Field implementations
 class FieldGroup
          Field that contains a nested Group.
 class GenericField
          Field whose output is produced by invoking a method or template and has no properties (generic)
 class HeaderField
          Field that contains a header element and optionally a Group to present along with the header text
 class IframeField
          Field that encloses an iframe element
 class ImageField
          Field that encloses an image element
 class InputField
          Field that encapsulates data input/output captured by an attribute within the application
 class LabelField
          Contains a label for another Field instance
 class LinkField
          Field that encloses a link element
 class LookupInputField
          Custom InputField for search fields within a lookup view
 class MessageField
          Encapsulates a text message to be displayed
 class RemoteFieldsHolder
          A placeholder in the configuration for a Container list of items that will be invoked to retrieve a list of RemotableAttributeField instances which will then be inserted into the containers list at the position of the holder
 

Uses of ComponentBase in org.kuali.rice.krad.uif.view
 

Subclasses of ComponentBase in org.kuali.rice.krad.uif.view
 class DocumentView
          View type for KRAD documents
 class FormView
          Provides configuration for View instances that render an HTML form
 class InquiryView
          Type of View that provides a read-only display of a record of data (object instance)
 class LookupView
          View type for Maintenance documents
 class MaintenanceView
          View type for Maintenance documents
 class View
          Root of the component tree which encompasses a set of related GroupContainer instances tied together with a common page layout and navigation.
 

Uses of ComponentBase in org.kuali.rice.krad.uif.widget
 

Subclasses of ComponentBase in org.kuali.rice.krad.uif.widget
 class BreadCrumbs
          The breadcrumb widget contains various settings for setting up Breadcrumb/History support on the view.
 class DatePicker
          Used for rendering a calendar in the UI that can be used to selected dates for field values
 class DirectInquiry
          Widget for rendering an Direct Inquiry link icon next to a input field
 class Disclosure
          Decorates a group with collapse/expand functionality
 class Growls
          Growls sets up settings for growls global to the current view and its pages Some basic options of the plugin are exposed through this class, however additional options can be passed through setComponentOptions as usual.
 class Help
          This is a description of what this class does - jkneal don't forget to fill this in.
 class Inquiry
          Widget for rendering an Inquiry link on a field's value
 class LightBox
          Used for rendering a lightbox in the UI to display action links in dialog popups
 class LightBoxLookup
          Used for rendering a lightbox in the UI to display the result of a submit in a light box.
 class QuickFinder
          Widget for navigating to a lookup from a field (called a quickfinder)
 class Reorderer
          Allows client-side reordering of the group contents
 class RichTable
          Decorates a HTML Table client side with various tools
 class Spinner
          Widget that decorates a control transforming into a spinner
 class Suggest
          Widget that provides dynamic select options to the user as they are entering the value (also known as auto-complete)
 class Tabs
          Widget used for configuring tab options, use componentOptions for most options.
 class Tree
          Widget component for rendering a Tree
 class WidgetBase
          Base class for Widgets
 



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