| Package | Description |
|---|---|
| org.kuali.rice.krad.uif | |
| org.kuali.rice.krad.uif.field |
| Modifier and Type | Method and Description |
|---|---|
static UifConstants.Position |
UifConstants.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UifConstants.Position[] |
UifConstants.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UifConstants.Position |
FieldBase.getLabelPlacement()
Indicates where the label is placed in relation to the field (valid options are
LEFT, RIGHT, BOTTOM, and TOP
|
UifConstants.Position |
LabelField.getRequiredMessagePlacement()
Indicates where the required message field should be placed in relation
to the label field, valid options are 'LEFT' and 'RIGHT'
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldBase.setLabelPlacement(UifConstants.Position labelPlacement)
Setter for the label's position in relation to the field (control if editable)
|
void |
LabelField.setRequiredMessagePlacement(UifConstants.Position requiredMessagePlacement)
Setter for the required message field placement
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.