| Modifier and Type | Field and Description |
|---|---|
protected Control |
AttributeDefinition.cachedDerivedControl |
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 | 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SelectControl
Control interface for a select box.
|
interface |
TextControl
Interface representing a text input control component.
|
| 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 |
OptionListControl
OptionListControl is used for listing out options from an option finder or options list.
|
class |
PasswordControl
Represents a HTML password text control, rendered as a input field of type
'password'.
|
class |
RadioGroupControl
Represents a group of HTML Radio controls.
|
class |
SelectControlBase
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 |
TextControlBase
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 |
|---|---|
Control |
InputFieldBase.getControl()
Control instance that should be used to input data for the
field |
Control |
InputField.getControl()
Control instance that should be used to input data for the
field |
| Modifier and Type | Method and Description |
|---|---|
void |
InputFieldBase.setControl(Control control)
Setter for the field's control
|
void |
InputField.setControl(Control control)
Setter for the field's control
|
| Modifier and Type | Method and Description |
|---|---|
Control |
UifDefaultingService.deriveControlAttributeFromMetadata(AttributeDefinition attrDef)
Derives a UIF control from the information available on the passed in Data Dictionary
AttributeDefinition. |
| Modifier and Type | Method and Description |
|---|---|
Control |
UifDefaultingServiceImpl.deriveControlAttributeFromMetadata(AttributeDefinition attrDef) |
protected Control |
UifDefaultingServiceImpl.getControlInstance(AttributeDefinition attrDef,
org.kuali.rice.krad.data.metadata.DataObjectAttribute dataObjectAttribute) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UifDefaultingServiceImpl.customizeControlInstance(Control c,
AttributeDefinition attrDef,
org.kuali.rice.krad.data.metadata.DataObjectAttribute dataObjectAttribute) |
| Modifier and Type | Method and Description |
|---|---|
protected static Control |
ComponentFactory.getControl(UifConstants.ControlType controlType)
Gets the control
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.