| 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) |
static InputField |
ComponentFactory.getInputField(String propertyName,
String label,
UifConstants.ControlType controlType) |
static InputField |
ComponentFactory.getInputField(String propertyName,
String label,
UifConstants.ControlType controlType,
Class<? extends KeyValuesFinder> optionsFinderClass) |
static InputField |
ComponentFactory.getInputField(String propertyName,
String label,
UifConstants.ControlType controlType,
int size,
int maxLength,
int minLength) |
static InputField |
ComponentFactory.getInputField(String propertyName,
String label,
UifConstants.ControlType controlType,
List<org.kuali.rice.core.api.util.KeyValue> options) |
static InputField |
ComponentFactory.getInputField(String propertyName,
String label,
UifConstants.ControlType controlType,
String defaultValue) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.