|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Control | |
---|---|
org.kuali.rice.krad.datadictionary | |
org.kuali.rice.krad.uif.control | |
org.kuali.rice.krad.uif.field | |
org.kuali.rice.krad.uif.util |
Uses of Control in org.kuali.rice.krad.datadictionary |
---|
Fields in org.kuali.rice.krad.datadictionary declared as Control | |
---|---|
protected Control |
AttributeDefinition.controlField
|
Methods in org.kuali.rice.krad.datadictionary that return Control | |
---|---|
Control |
AttributeDefinition.getControlField()
Default Control to use when the attribute is to be rendered
for the UI. |
Methods in org.kuali.rice.krad.datadictionary with parameters of type Control | |
---|---|
void |
AttributeDefinition.setControlField(Control controlField)
Setter for the default control |
Uses of Control in org.kuali.rice.krad.uif.control |
---|
Classes in org.kuali.rice.krad.uif.control that implement Control | |
---|---|
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 |
Uses of Control in org.kuali.rice.krad.uif.field |
---|
Methods in org.kuali.rice.krad.uif.field that return Control | |
---|---|
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 |
Methods in org.kuali.rice.krad.uif.field with parameters of type Control | |
---|---|
void |
InputField.setControl(Control control)
Setter for the field's control |
Uses of Control in org.kuali.rice.krad.uif.util |
---|
Methods in org.kuali.rice.krad.uif.util that return Control | |
---|---|
protected static Control |
ComponentFactory.getControl(UifConstants.ControlType controlType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |