Uses of Interface
org.kuali.rice.krad.uif.element.ContentElement

Packages that use ContentElement
org.kuali.rice.krad.demo.uif.components   
org.kuali.rice.krad.uif.control   
org.kuali.rice.krad.uif.element   
org.kuali.rice.krad.uif.util   
 

Uses of ContentElement in org.kuali.rice.krad.demo.uif.components
 

Classes in org.kuali.rice.krad.demo.uif.components that implement ContentElement
 class ComponentExhibit
          The ComponentExhibit component is used to display demostrations of various components along with their source code and documentation
 

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

Subinterfaces of ContentElement in org.kuali.rice.krad.uif.control
 interface Control
          Represents an interactive element in the UI (typically an HTML control)
 

Classes in org.kuali.rice.krad.uif.control that implement ContentElement
 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 OptionListControl
          OptionListControl is used for listing out options from an option finder or options list.
 class PasswordControl
          Represents a HTML password text control, rendered as a input field of type 'password'.
 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 ContentElement in org.kuali.rice.krad.uif.element
 

Classes in org.kuali.rice.krad.uif.element that implement ContentElement
 class Action
          Field that presents an action that can be taken on the UI such as submitting the form or invoking a script
 class ContentElementBase
           
 class DataTable
          Content element that renders a table using the RichTable widget configured with an Ajax (or Javascript) data source
 class FieldValidationMessages
          ValidationMessages for logic and options specific to groups
 class GroupValidationMessages
          ValidationMessages for logic and options specific to groups
 class Header
          Content element that renders a header element and optionally a Group to present along with the header text
 class Iframe
          Content element that encloses an iframe
 class Image
          Content element that renders a HTML <IMG> tag
 class Label
          Content element that renders a label
 class Link
          Content element that renders a link
 class Message
          Encapsulates a text message to be displayed
 class PageValidationMessages
          ValidationMessages for logic and options specific to pages TODO this class is currently a placeholder for possible future functionality (ex.
 class Space
          Content element that renders a non-breaking space HTML &nbsp; tag
 class ValidationMessages
          Field that displays error, warning, and info messages for the keys that are matched.
 class ViewHeader
          The ViewHeader component represents the header for the view
 

Uses of ContentElement in org.kuali.rice.krad.uif.util
 

Classes in org.kuali.rice.krad.uif.util that implement ContentElement
 class BreadcrumbItem
          BreadcrumbItem represents a single item in the breadcrumb list that is generated by the breadcrumbs widget
 



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