| Modifier and Type | Class and Description |
|---|---|
class |
CollectionGroup
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 |
Group
Container that holds a list of
Field or other Group
instances |
class |
LinkGroup
Special
Group that presents a grouping on links, which can
also include nested groupings of links |
class |
NavigationGroup
Special
Group that renders a navigation section |
class |
PageGroup |
class |
ReorderingGroup
Group implementation that supports reordering of the group items
|
class |
TabGroup
A group that presents its child Groups as tabs.
|
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 |
|---|---|
List<InputField> |
RemoteFieldsHolder.fetchAndTranslateRemoteFields(View view,
Object model,
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> |
TableLayoutManager.getSupportedContainer() |
Class<? extends Container> |
StackedLayoutManager.getSupportedContainer() |
Class<? extends Container> |
LayoutManagerBase.getSupportedContainer()
Default Impl
|
Class<? extends Container> |
LayoutManager.getSupportedContainer()
Determines what
Container classes are supported by the
LayoutManager |
Class<? extends Container> |
GridLayoutManager.getSupportedContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
StackedLayoutManager.performApplyModel(View view,
Object model,
Container container)
The following actions are performed:
If wrapper group is specified, places the stacked groups into the wrapper
|
void |
LayoutManagerBase.performApplyModel(View view,
Object model,
Container container) |
void |
LayoutManager.performApplyModel(View view,
Object model,
Container container)
Called after the initialize phase to perform conditional logic based on
the model data
|
void |
TableLayoutManager.performFinalize(View view,
Object model,
Container container)
Sets up the final column count for rendering based on whether the
sequence and action fields have been generated
|
void |
LayoutManagerBase.performFinalize(View view,
Object model,
Container container) |
void |
LayoutManager.performFinalize(View view,
Object model,
Container container)
The last phase before the view is rendered.
|
void |
GridLayoutManager.performFinalize(View view,
Object model,
Container container)
The following finalization is performed:
If suppressLineWrapping is true, sets the number of columns to the
container's items list size
|
void |
BoxLayoutManager.performFinalize(View view,
Object model,
Container container) |
void |
TableLayoutManager.performInitialization(View view,
Object model,
Container container)
The following actions are performed:
Sets sequence field prototype if auto sequence is true
Initializes the prototypes
|
void |
StackedLayoutManager.performInitialization(View view,
Object model,
Container container)
The following actions are performed:
Initializes the prototypes
|
void |
LayoutManagerBase.performInitialization(View view,
Object model,
Container container) |
void |
LayoutManager.performInitialization(View view,
Object model,
Container container)
Should be called to initialize the layout manager
|
void |
BoxLayoutManager.performInitialization(View view,
Object model,
Container container)
The following initialization is performed:
Set the itemSpanStyle
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ViewHelperServiceImpl.addCustomContainerComponents(View view,
Object model,
Container container)
Hook for creating new components with code and adding them to a container
|
protected void |
ViewHelperServiceImpl.processAnyRemoteFieldsHolder(View view,
Object model,
Container container)
Iterates through the containers configured items checking for
RemotableFieldsHolder, if found
the holder is invoked to retrieved the remotable fields and translate to attribute fields. |
| Modifier and Type | Method and Description |
|---|---|
static void |
ViewCleaner.cleanContainer(Container container)
General purpose method to clean any container, removes all nested components except the items list
|
| 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 |
InquiryView
Type of
View that provides a read-only display of a record of
data (object instance) |
class |
LookupView
View type for Maintenance documents
|
class |
MaintenanceView
View type for Maintenance 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–2016 The Kuali Foundation. All rights reserved.