Uses of Interface
org.kuali.rice.krad.uif.control.TextControl
Packages that use TextControl
-
Uses of TextControl in org.kuali.rice.krad.uif.control
Classes in org.kuali.rice.krad.uif.control that implement TextControlModifier and TypeClassDescriptionclassRepresents a group control, which is a special control to handle the input of a KIM Group by group nameclassText control that as decorated with a spinner widget (allowing the control value to be modified using the spinner)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 TextControl in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util that return TextControlModifier and TypeMethodDescriptionstatic TextControlComponentFactory.getDateControl()Retrieves a new text control instance from Spring (initialized by the bean definition with the given id) configured for a date (enabled data picker)static TextControlComponentFactory.getTextControl()Retrieves a new Text control instance from Spring (initialized by the bean definition with the given id)