| Modifier and Type | Class and Description |
|---|---|
class |
LookupView
View type for lookups.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionGroup
Interface representing an editable collection within a view.
|
interface |
Group
Common interface for group components.
|
interface |
PageGroup
Interface for top-level page components, to be used as items in a multi-page view.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccordionGroup
Accordion group class used to stack groups by there header titles in an accordion layout.
|
class |
CollectionGroupBase
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 |
DialogGroup
Special type of group that presents the content in a modal dialog.
|
class |
GroupBase
Container that holds a list of
Field or other Group
instances |
class |
LightTable
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 |
LinkGroup
Special
Group that presents a grouping on links, which can
also include nested groupings of links |
class |
PageGroupBase
A PageGroup represents a page of a View.
|
class |
SidebarNavigationGroup
A navigation group which renders a menu with items, that is shown at the side of the page with collapse.
|
class |
TabGroup
A group that presents its child Groups as tabs.
|
class |
TabNavigationGroup
Special
Group that renders a tab navigation section |
class |
TreeGroup
Group component that is backed by a
Tree data structure and typically
rendered as a tree in the user interface |
| Modifier and Type | Method and Description |
|---|---|
void |
PageBreadcrumbOptions.finalizeBreadcrumbs(Object model,
Container parent,
BreadcrumbItem breadcrumbItem)
Finalize the setup of the BreadcrumbOptions and the BreadcrumbItem for the PageGroup.
|
void |
BreadcrumbOptions.finalizeBreadcrumbs(Object model,
Container parent,
BreadcrumbItem breadcrumbItem)
Finalize the setup of the BreadcrumbOptions and the BreadcrumbItem for the View.
|
protected void |
BreadcrumbOptions.finalizeBreadcrumbsUrl(Object model,
Container parent,
BreadcrumbItem breadcrumbItem)
Finalize the setup of url for the BreadcrumbItem.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputField> |
RemoteFieldsHolder.fetchAndTranslateRemoteFields(Container parent)
Invokes the configured fetching method to retrieve a list of remotable fields, then invoked the
ComponentFactory to translate the fields, and finally sets up the binding for the attribute fields |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Container> |
TableLayoutManagerBase.getSupportedContainer()
Default Impl
Determines what
Container classes are supported by the
LayoutManager |
Class<? extends Container> |
StackedLayoutManagerBase.getSupportedContainer()
Default Impl
Determines what
Container classes are supported by the
LayoutManager |
Class<? extends Container> |
LayoutManagerBase.getSupportedContainer()
Default Impl
Determines what
Container classes are supported by the
LayoutManager |
Class<? extends Container> |
LayoutManager.getSupportedContainer()
Determines what
Container classes are supported by the
LayoutManager |
Class<? extends Container> |
GridLayoutManagerBase.getSupportedContainer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TableLayoutManagerBase.setupColumnCalculations(Object model,
Container container,
int totalColumns)
Setup the column calculations functionality and components
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockView
View class for developing UI mocks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewHelperService.addCustomContainerComponents(ViewModel model,
Container container)
Hook for creating new components with code and adding them to a container
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewHelperServiceImpl.addCustomContainerComponents(ViewModel model,
Container container)
Hook for creating new components with code and adding them to a container
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ComponentUtils.adjustNestedLevelsForTableCollections(Container container,
int currentLevel)
Adjust nestingLevel properties for collections which use RichTable with forceLocalJsonData on and for all of its
potentially additional nested subcollections
|
static 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.
|
static <T extends Component> |
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.
|
static <T extends Component> |
ComponentUtils.getNestedNonCollectionComponents(Container container,
Class<T> componentType) |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentView
View type for KRAD documents.
|
class |
FormView
Provides configuration for
View instances that render an HTML form. |
class |
IframeView
IframeView is a View component that shows another website's content in an iframe.
|
class |
InquiryView
Type of
View that provides a read-only display of a record of
data (object instance) |
class |
MaintenanceDocumentView
View type for Maintenance documents
|
class |
MessageView
View that presents a message to the user (for example an application error message)
|
class |
TransactionalDocumentView
View type for Transactional 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.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.