| Package | Description |
|---|---|
| org.kuali.rice.krad.uif | |
| org.kuali.rice.krad.uif.util |
| Modifier and Type | Method and Description |
|---|---|
static UifConstants.ControlType |
UifConstants.ControlType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UifConstants.ControlType[] |
UifConstants.ControlType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Control |
ComponentFactory.getControl(UifConstants.ControlType controlType)
Gets the control
|
static InputField |
ComponentFactory.getInputField(String propertyName,
String label,
UifConstants.ControlType controlType)
Retrieves a new input field instance from Spring (initialized by the bean definition
with the given id) and sets the property name, control, and label to the given parameters
|
static InputField |
ComponentFactory.getInputField(String propertyName,
String label,
UifConstants.ControlType controlType,
Class<? extends KeyValuesFinder> optionsFinderClass)
Retrieves a new input field instance from Spring (initialized by the bean definition
with the given id) and sets the property name, control, options finder, and label to the given parameters
|
static InputField |
ComponentFactory.getInputField(String propertyName,
String label,
UifConstants.ControlType controlType,
int size,
int maxLength,
int minLength)
Retrieves a new input field instance from Spring (initialized by the bean definition
with the given id) and sets the property name, control, size, min and max length,
and label to the given parameters
|
static InputField |
ComponentFactory.getInputField(String propertyName,
String label,
UifConstants.ControlType controlType,
List<KeyValue> options)
Retrieves a new input field instance from Spring (initialized by the bean definition
with the given id) and sets the property name, control, options, and label to the given parameters
|
static InputField |
ComponentFactory.getInputField(String propertyName,
String label,
UifConstants.ControlType controlType,
String defaultValue)
Retrieves a new input field instance from Spring (initialized by the bean definition
with the given id) and sets the property name, control, defaultValue, and label to the given parameters
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.