| Package | Description |
|---|---|
| org.kuali.rice.krad.uif.container | |
| org.kuali.rice.krad.uif.field | |
| org.kuali.rice.krad.uif.layout | |
| org.kuali.rice.krad.uif.util |
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
LightTable.getHeaderLabels()
The labels for the header derived from the items of this collection (the fields)
|
| Modifier and Type | Method and Description |
|---|---|
void |
LightTable.setHeaderLabels(List<Label> headerLabels) |
| Modifier and Type | Method and Description |
|---|---|
Label |
FieldBase.getFieldLabel() |
Label |
Field.getFieldLabel()
Label instance for the field |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldBase.setFieldLabel(Label fieldLabel) |
void |
Field.setFieldLabel(Label label)
Setter for the field's label field
|
| Modifier and Type | Method and Description |
|---|---|
Label |
TableLayoutManagerBase.getGroupTotalLabelPrototype()
The groupTotal label to use when renderOnlyLeftTotalLabels is TRUE.
|
Label |
TableLayoutManager.getGroupTotalLabelPrototype()
The groupTotal label to use when renderOnlyLeftTotalLabels is TRUE.
|
Label |
TableLayoutManagerBase.getHeaderLabelPrototype()
Label instance to use as a prototype for creating the tables header fields. |
Label |
TableLayoutManager.getHeaderLabelPrototype()
Label instance to use as a prototype for creating the tables header fields. |
Label |
TableLayoutManagerBase.getPageTotalLabel()
The pageTotal label to use when renderOnlyLeftTotalLabels is TRUE for total.
|
Label |
TableLayoutManager.getPageTotalLabel()
The pageTotal label to use when renderOnlyLeftTotalLabels is TRUE for total.
|
Label |
TableLayoutManagerBase.getTotalLabel()
The total label to use when renderOnlyLeftTotalLabels is TRUE for total.
|
Label |
TableLayoutManager.getTotalLabel()
The total label to use when renderOnlyLeftTotalLabels is TRUE for total.
|
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
TableLayoutManagerBase.getHeaderLabels()
List of
Label instances that should be rendered to make up the tables header |
List<Label> |
TableLayoutManager.getHeaderLabels()
List of
Label instances that should be rendered to make up the tables header |
| Modifier and Type | Method and Description |
|---|---|
void |
TableLayoutManagerBase.setGroupTotalLabelPrototype(Label groupTotalLabelPrototype)
Sets the groupTotal label to use when renderOnlyLeftTotalLabels is TRUE.
|
void |
TableLayoutManager.setGroupTotalLabelPrototype(Label groupTotalLabelPrototype)
Sets the groupTotal label to use when renderOnlyLeftTotalLabels is TRUE.
|
void |
TableLayoutManagerBase.setHeaderLabelPrototype(Label headerLabelPrototype)
Setter for the header field prototype
|
void |
TableLayoutManager.setHeaderLabelPrototype(Label headerLabelPrototype)
Setter for the header field prototype
|
void |
TableLayoutManagerBase.setPageTotalLabel(Label pageTotalLabel)
Sets the pageTotal label to use when renderOnlyLeftTotalLabels is TRUE for total.
|
void |
TableLayoutManager.setPageTotalLabel(Label pageTotalLabel)
Sets the pageTotal label to use when renderOnlyLeftTotalLabels is TRUE for total.
|
void |
TableLayoutManagerBase.setTotalLabel(Label totalLabel)
Sets the total label to use when renderOnlyLeftTotalLabels is TRUE for total.
|
void |
TableLayoutManager.setTotalLabel(Label totalLabel)
Sets the total label to use when renderOnlyLeftTotalLabels is TRUE for total.
|
protected Field |
TableLayoutManagerBase.setupTotalField(Field totalField,
ColumnCalculationInfo cInfo,
boolean show,
Label leftLabel,
String type,
int leftLabelColumnIndex)
Setup the totalField with the columnCalculationInfo(cInfo) passed in.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TableLayoutManagerBase.setHeaderLabels(List<Label> headerLabels)
Set the header labels
|
| Modifier and Type | Method and Description |
|---|---|
static Label |
ComponentFactory.getLabel()
Gets the label
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.