| Package | Description |
|---|---|
| org.kuali.rice.krad.uif.field | |
| org.kuali.rice.krad.uif.layout | |
| org.kuali.rice.krad.uif.util |
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderField
Field that contains a header element and optionally a
Group to
present along with the header text |
| Modifier and Type | Method and Description |
|---|---|
FieldGroup |
TableLayoutManager.getActionFieldPrototype()
FieldGroup instance to serve as a prototype for the actions
column. |
FieldGroup |
TableLayoutManager.getSubCollectionFieldGroupPrototype() |
FieldGroup |
StackedLayoutManager.getSubCollectionFieldGroupPrototype() |
FieldGroup |
CollectionLayoutManager.getSubCollectionFieldGroupPrototype()
Field group instance that is used as a prototype for creating the
sub-collection field groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableLayoutManager.setActionFieldPrototype(FieldGroup actionFieldPrototype)
Setter for the action field prototype
|
void |
TableLayoutManager.setSubCollectionFieldGroupPrototype(FieldGroup subCollectionFieldGroupPrototype)
Setter for the sub-collection field group prototype
|
void |
StackedLayoutManager.setSubCollectionFieldGroupPrototype(FieldGroup subCollectionFieldGroupPrototype)
Setter for the sub-collection field group prototype
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableLayoutManager.buildLine(View view,
Object model,
CollectionGroup collectionGroup,
List<Field> lineFields,
List<FieldGroup> subCollectionFields,
String bindingPath,
List<ActionField> actions,
String idSuffix,
Object currentLine,
int lineIndex)
Assembles the field instances for the collection line.
|
void |
StackedLayoutManager.buildLine(View view,
Object model,
CollectionGroup collectionGroup,
List<Field> lineFields,
List<FieldGroup> subCollectionFields,
String bindingPath,
List<ActionField> actions,
String idSuffix,
Object currentLine,
int lineIndex)
Builds a
Group instance for a collection line. |
void |
CollectionLayoutManager.buildLine(View view,
Object model,
CollectionGroup collectionGroup,
List<Field> lineFields,
List<FieldGroup> subCollectionFields,
String bindingPath,
List<ActionField> actions,
String idSuffix,
Object currentLine,
int lineIndex)
Call to the layout manager to build the components necessary for the
given collection line
|
| Modifier and Type | Method and Description |
|---|---|
static FieldGroup |
ComponentFactory.getFieldGroup() |
static FieldGroup |
ComponentFactory.getHorizontalFieldGroup() |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.