Uses of Interface
org.kuali.rice.krad.uif.widget.Helpable

Packages that use Helpable
  • Uses of Helpable in org.kuali.rice.krad.lookup

    Classes in org.kuali.rice.krad.lookup that implement Helpable
    Modifier and Type
    Class
    Description
    class 
    Custom InputField for criteria fields within a lookup view that adds criteria specific options.
    class 
    View type for lookups.
  • Uses of Helpable in org.kuali.rice.krad.uif.container

    Modifier and Type
    Interface
    Description
    interface 
    Interface representing an editable collection within a view.
    interface 
    Type of component that contains a collection of other components.
    interface 
    Common interface for group components.
    interface 
    Interface for top-level page components, to be used as items in a multi-page view.
    Modifier and Type
    Class
    Description
    class 
    Accordion group class used to stack groups by there header titles in an accordion layout.
    class 
    Group that holds a collection of objects and configuration for presenting the collection in the UI.
    class 
    Base Container implementation which container implementations can extend
    class 
    Special type of group that presents the content in a modal dialog.
    class 
    Container that holds a list of Field or other Group instances
    class 
    LightTable is a light-weight collection table implementation that supports a subset of features, Current known supported features are: DataField InputField with TextControl, CheckboxControl, or single SelectControl MessageField LinkField ActionField ImageField most RichTable options FieldGroup containing only Actions, Image, Messages, or Links SpringEL for String properties on supported components only SpringEL specifically for the render property Other features are not guaranteed to work, but may work at your own risk.
    class 
    Special Group that presents a grouping on links, which can also include nested groupings of links
    class 
    A PageGroup represents a page of a View.
    class 
    A navigation group which renders a menu with items, that is shown at the side of the page with collapse.
    class 
    A group that presents its child Groups as tabs.
    class 
    Special Group that renders a tab navigation section
    class 
    Group component that is backed by a Tree data structure and typically rendered as a tree in the user interface
  • Uses of Helpable in org.kuali.rice.krad.uif.field

    Modifier and Type
    Interface
    Description
    interface 
    Component interface for data fields.
    interface 
    TODO mark don't forget to fill this in.
    Classes in org.kuali.rice.krad.uif.field that implement Helpable
    Modifier and Type
    Class
    Description
    class 
    Field that renders data from the application, such as the value of a data object property
    class 
    Field that encapsulates data input/output captured by an attribute within the application
  • Uses of Helpable in org.kuali.rice.krad.uif.mock

    Classes in org.kuali.rice.krad.uif.mock that implement Helpable
    Modifier and Type
    Class
    Description
    class 
    View class for developing UI mocks.
  • Uses of Helpable in org.kuali.rice.krad.uif.view

    Classes in org.kuali.rice.krad.uif.view that implement Helpable
    Modifier and Type
    Class
    Description
    class 
    View type for KRAD documents.
    class 
    Provides configuration for View instances that render an HTML form.
    class 
    IframeView is a View component that shows another website's content in an iframe.
    class 
    Type of View that provides a read-only display of a record of data (object instance)
    class 
    View type for Maintenance documents
    class 
    View that presents a message to the user (for example an application error message)
    class 
    View type for Transactional documents.
    class 
    Root of the component tree which encompasses a set of related GroupContainer instances tied together with a common page layout and navigation.