Uses of Interface
org.kuali.rice.krad.uif.container.Container
Packages that use Container
Package
Description
-
Uses of Container in org.kuali.rice.krad.lookup
Classes in org.kuali.rice.krad.lookup that implement Container -
Uses of Container in org.kuali.rice.krad.uif.container
Subinterfaces of Container in org.kuali.rice.krad.uif.containerModifier and TypeInterfaceDescriptioninterfaceInterface representing an editable collection within a view.interfaceCommon interface for group components.interfaceInterface for top-level page components, to be used as items in a multi-page view.Classes in org.kuali.rice.krad.uif.container that implement ContainerModifier and TypeClassDescriptionclassAccordion group class used to stack groups by there header titles in an accordion layout.classGroup that holds a collection of objects and configuration for presenting the collection in the UI.classBaseContainerimplementation which container implementations can extendclassSpecial type of group that presents the content in a modal dialog.classContainer that holds a list ofFieldor otherGroupinstancesclassLightTable 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.classSpecialGroupthat presents a grouping on links, which can also include nested groupings of linksclassA PageGroup represents a page of a View.classA navigation group which renders a menu with items, that is shown at the side of the page with collapse.classA group that presents its child Groups as tabs.classSpecialGroupthat renders a tab navigation sectionclassGroup component that is backed by aTreedata structure and typically rendered as a tree in the user interface -
Uses of Container in org.kuali.rice.krad.uif.element
Methods in org.kuali.rice.krad.uif.element with parameters of type ContainerModifier and TypeMethodDescriptionvoidBreadcrumbOptions.finalizeBreadcrumbs(Object model, Container parent, BreadcrumbItem breadcrumbItem) Finalize the setup of the BreadcrumbOptions and the BreadcrumbItem for the View.voidPageBreadcrumbOptions.finalizeBreadcrumbs(Object model, Container parent, BreadcrumbItem breadcrumbItem) Finalize the setup of the BreadcrumbOptions and the BreadcrumbItem for the PageGroup.protected voidBreadcrumbOptions.finalizeBreadcrumbsUrl(Object model, Container parent, BreadcrumbItem breadcrumbItem) Finalize the setup of url for the BreadcrumbItem. -
Uses of Container in org.kuali.rice.krad.uif.field
Methods in org.kuali.rice.krad.uif.field with parameters of type ContainerModifier and TypeMethodDescriptionRemoteFieldsHolder.fetchAndTranslateRemoteFields(Container parent) Invokes the configured fetching method to retrieve a list of remotable fields, then invoked theComponentFactoryto translate the fields, and finally sets up the binding for the attribute fields -
Uses of Container in org.kuali.rice.krad.uif.layout
Methods in org.kuali.rice.krad.uif.layout that return types with arguments of type ContainerModifier and TypeMethodDescriptionGridLayoutManagerBase.getSupportedContainer()LayoutManager.getSupportedContainer()Determines whatContainerclasses are supported by theLayoutManagerLayoutManagerBase.getSupportedContainer()Default Impl Determines whatContainerclasses are supported by theLayoutManagerStackedLayoutManagerBase.getSupportedContainer()Default Impl Determines whatContainerclasses are supported by theLayoutManagerTableLayoutManagerBase.getSupportedContainer()Default Impl Determines whatContainerclasses are supported by theLayoutManagerMethods in org.kuali.rice.krad.uif.layout with parameters of type ContainerModifier and TypeMethodDescriptionprotected voidTableLayoutManagerBase.setupColumnCalculations(Object model, Container container, int totalColumns) Setup the column calculations functionality and components -
Uses of Container in org.kuali.rice.krad.uif.mock
Classes in org.kuali.rice.krad.uif.mock that implement Container -
Uses of Container in org.kuali.rice.krad.uif.service
Methods in org.kuali.rice.krad.uif.service with parameters of type ContainerModifier and TypeMethodDescriptionvoidViewHelperService.addCustomContainerComponents(ViewModel model, Container container) Hook for creating new components with code and adding them to a container -
Uses of Container in org.kuali.rice.krad.uif.service.impl
Methods in org.kuali.rice.krad.uif.service.impl with parameters of type ContainerModifier and TypeMethodDescriptionvoidViewHelperServiceImpl.addCustomContainerComponents(ViewModel model, Container container) Hook for creating new components with code and adding them to a container -
Uses of Container in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util with parameters of type ContainerModifier and TypeMethodDescriptionstatic voidComponentUtils.adjustNestedLevelsForTableCollections(Container container, int currentLevel) Adjust nestingLevel properties for collections which use RichTable with forceLocalJsonData on and for all of its potentially additional nested subcollectionsstatic List<InputField> ComponentUtils.getAllInputFieldsWithinContainer(Container container) Gets all the input fields contained in this container, but also in every sub-container that is a child of this container.ComponentUtils.getNestedContainerComponents(Container container, Class<T> componentType) Gets all components of the give type that are within the items list of the container, or within a nested container or field group.ComponentUtils.getNestedNonCollectionComponents(Container container, Class<T> componentType) -
Uses of Container in org.kuali.rice.krad.uif.view
Classes in org.kuali.rice.krad.uif.view that implement ContainerModifier and TypeClassDescriptionclassView type for KRAD documents.classProvides configuration forViewinstances that render an HTML form.classIframeView is a View component that shows another website's content in an iframe.classType ofViewthat provides a read-only display of a record of data (object instance)classView type for Maintenance documentsclassView that presents a message to the user (for example an application error message)classView type for Transactional documents.classRoot of the component tree which encompasses a set of related GroupContainer instances tied together with a common page layout and navigation.