| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary | |
| org.kuali.rice.krad.uif.control | |
| org.kuali.rice.krad.uif.field | |
| org.kuali.rice.krad.uif.util |
| Modifier and Type | Field and Description |
|---|---|
protected Control |
AttributeDefinition.controlField |
| Modifier and Type | Method and Description |
|---|---|
Control |
AttributeDefinition.getControlField()
Default
Control to use when the attribute is to be rendered
for the UI. |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeDefinition.setControlField(Control controlField)
Setter for the default control
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckboxControl
Represents a HTML Checkbox control.
|
class |
CheckboxGroupControl
Represents a group of HTML checkbox controls.
|
class |
ControlBase
Base class for all
Control implementations |
class |
FileControl
Represents a HTML File control, generally rendered as an input control with
type 'file'.
|
class |
GroupControl
Represents a group control, which is a special control to handle
the input of a KIM Group by group name
|
class |
HiddenControl
Represents a HTML Hidden control, generally rendered as an input control of
type 'hidden'.
|
class |
MultiValueControlBase
Base class for controls that accept/display multiple values
|
class |
RadioGroupControl
Represents a group of HTML Radio controls.
|
class |
SelectControl
Represents a HTML Select control.
|
class |
SpinnerControl
Text control that as decorated with a spinner widget (allowing the control value to be modified using the
spinner)
|
class |
TextAreaControl
Represents a HTML TextArea control.
|
class |
TextControl
Represents a HTML Text control, generally rendered as a input field of type
'text'.
|
class |
UserControl
Represents a user control, which is a special control to handle
the input of a Person
|
| Modifier and Type | Method and Description |
|---|---|
protected static Control |
LookupInputField.convertControlToLookupControl(AttributeDefinition attributeDefinition)
If control definition is defined on the given attribute definition, converts to an appropriate control for
searching (if necessary) and returns a copy for setting on the field
|
Control |
InputField.getControl()
Control instance that should be used to input data for the
field |
| Modifier and Type | Method and Description |
|---|---|
void |
InputField.setControl(Control control)
Setter for the field's control
|
| Modifier and Type | Method and Description |
|---|---|
protected static Control |
ComponentFactory.getControl(UifConstants.ControlType controlType) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.