| Package | Description |
|---|---|
| org.kuali.rice.krad.lookup | |
| org.kuali.rice.krad.uif.container | |
| org.kuali.rice.krad.uif.field | |
| org.kuali.rice.krad.uif.mock | |
| org.kuali.rice.krad.uif.util |
| Modifier and Type | Class and Description |
|---|---|
class |
LookupInputField
Custom
InputField for criteria fields within a lookup view that adds criteria specific options. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionGroup
Interface representing an editable collection within a view.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionGroupBase
Group that holds a collection of objects and configuration for presenting the
collection in the UI.
|
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 |
TreeGroup
Group component that is backed by a
Tree data structure and typically
rendered as a tree in the user interface |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataField
Component interface for data fields.
|
interface |
InputField
TODO mark don't forget to fill this in.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataFieldBase
Field that renders data from the application, such as the value of a data object property
|
class |
InputFieldBase
Field that encapsulates data input/output captured by an attribute within the
application
|
class |
RemoteFieldsHolder
A placeholder in the configuration for a
Container list of items that will be invoked to
retrieve a list of RemotableAttributeField instances which will then be inserted into the containers
list at the position of the holder |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MockView.adjustBindingPath(DataBinding bindingComponent)
Adjusts the binding path for the given component to match the generic data map (or boolean data map).
|
protected void |
MockView.createSampleData(DataBinding bindingComponent,
Object model)
Creates sample data for the giving binding component.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ComponentUtils.prefixBindingPath(DataBinding field,
String addBindingPrefix) |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.