Uses of Class
org.kuali.rice.krad.uif.element.ContentElementBase

Packages that use ContentElementBase
  • Uses of ContentElementBase 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 
    Base class for all Control implementations.
    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.
  • Uses of ContentElementBase in org.kuali.rice.krad.uif.element

    Modifier and Type
    Class
    Description
    class 
    Field that presents an action that can be taken on the UI such as submitting the form or invoking a script.
    class 
    Component that renders a standard application header including a logo, navigation, and toolbar.
    class 
    BreadcrumbItem represents a single item in the breadcrumb list that is generated by the breadcrumbs widget.
    class 
    General component that allows custom HTML to be inserted into the view.
    class 
    Content element that renders a table using the RichTable widget configured with an Ajax (or Javascript) data source
    class 
    Outputs an empty div for placeholder purposes, including any basic component options set on it through bean properties or by the framework (id, css, data attributes, etc.)
    class 
    Content element that renders a header element and optionally a Group to present along with the header text
    class 
    Renders a link tag in the head of the html document.
    class 
    Element that presents an Icon.
    class 
    Content element that encloses an iframe
    class 
    Content element that renders a HTML <IMG> tag
    class 
    Content element that renders a label
    class 
    Content element that renders a link
    class 
    Encapsulates a text message to be displayed
    class 
    Renders a meta tag in the head of the html document.
    class 
    A content element that will display the collection configured with a file upload button.
    class 
    Component that renders a navigation bar, including a branding and navigation group.
    class 
    The NextPager widget is used to display previous and next links.
    class 
    The NumberedPager widget is used to display a list of links horizontally in a page selection user interface.
    class 
    Pager widgets are used to page a set of information which has multiple pages.
    class 
    Element which shows a visual progress bar based on percentageValue passed in or segmentPercentages passed in
    class 
    Content element that renders a non-breaking space HTML &nbsp; tag
    class 
    Element which shows a visual progress bar alongside a set of steps, to be used by wizard or multi-step processes, which reflects the current progress based on value of currentStep.
    class 
    Renders a toggle menu (aka sub menu, dropdown menu) of items.
    class 
    The ViewHeader component represents the header for the view.