Uses of Interface
org.kuali.rice.krad.uif.control.Control
Packages that use Control
Package
Description
-
Uses of Control in org.kuali.rice.krad.datadictionary
Fields in org.kuali.rice.krad.datadictionary declared as ControlModifier and TypeFieldDescriptionprotected ControlAttributeDefinition.cachedDerivedControlprotected ControlAttributeDefinition.controlFieldMethods in org.kuali.rice.krad.datadictionary that return ControlModifier and TypeMethodDescriptionAttributeDefinition.getControlField()DefaultControlto use when the attribute is to be rendered for the UI.Methods in org.kuali.rice.krad.datadictionary with parameters of type ControlModifier and TypeMethodDescriptionvoidAttributeDefinition.setControlField(Control controlField) Setter for the default control -
Uses of Control in org.kuali.rice.krad.lookup
Methods in org.kuali.rice.krad.lookup that return ControlModifier and TypeMethodDescriptionprotected static ControlLookupInputField.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. -
Uses of Control in org.kuali.rice.krad.uif.control
Subinterfaces of Control in org.kuali.rice.krad.uif.controlModifier and TypeInterfaceDescriptioninterfaceControl interface for a select box.interfaceInterface representing a text input control component.Classes in org.kuali.rice.krad.uif.control that implement ControlModifier and TypeClassDescriptionclassRepresents a HTML Checkbox control.classRepresents a group of HTML checkbox controls.classBase class for allControlimplementations.classRepresents a HTML File control, generally rendered as an input control with type 'file'.classRepresents a group control, which is a special control to handle the input of a KIM Group by group nameclassRepresents a HTML Hidden control, generally rendered as an input control of type 'hidden'.classBase class for controls that accept/display multiple valuesclassOptionListControl is used for listing out options from an option finder or options list.classRepresents a HTML password text control, rendered as a input field of type 'password'.classRepresents a group of HTML Radio controls.classRepresents a HTML Select control.classText control that as decorated with a spinner widget (allowing the control value to be modified using the spinner)classRepresents a HTML TextArea control.classRepresents a HTML Text control, generally rendered as a input field of type 'text'.classRepresents 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 ControlModifier and TypeMethodDescriptionInputField.getControl()Controlinstance that should be used to input data for the fieldInputFieldBase.getControl()Controlinstance that should be used to input data for the fieldMethods in org.kuali.rice.krad.uif.field with parameters of type ControlModifier and TypeMethodDescriptionvoidInputField.setControl(Control control) Setter for the field's controlvoidInputFieldBase.setControl(Control control) Setter for the field's control -
Uses of Control in org.kuali.rice.krad.uif.service
Methods in org.kuali.rice.krad.uif.service that return ControlModifier and TypeMethodDescriptionUifDefaultingService.deriveControlAttributeFromMetadata(AttributeDefinition attrDef) Derives a UIF control from the information available on the passed in Data DictionaryAttributeDefinition. -
Uses of Control in org.kuali.rice.krad.uif.service.impl
Methods in org.kuali.rice.krad.uif.service.impl that return ControlModifier and TypeMethodDescriptionUifDefaultingServiceImpl.deriveControlAttributeFromMetadata(AttributeDefinition attrDef) protected ControlUifDefaultingServiceImpl.getControlInstance(AttributeDefinition attrDef, org.kuali.rice.krad.data.metadata.DataObjectAttribute dataObjectAttribute) Methods in org.kuali.rice.krad.uif.service.impl with parameters of type ControlModifier and TypeMethodDescriptionprotected voidUifDefaultingServiceImpl.customizeControlInstance(Control c, AttributeDefinition attrDef, org.kuali.rice.krad.data.metadata.DataObjectAttribute dataObjectAttribute) -
Uses of Control in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util that return ControlModifier and TypeMethodDescriptionprotected static ControlComponentFactory.getControl(UifConstants.ControlType controlType) Gets the control