Uses of Enum Class
org.kuali.rice.krad.uif.UifConstants.ControlType
Packages that use UifConstants.ControlType
-
Uses of UifConstants.ControlType in org.kuali.rice.krad.uif
Methods in org.kuali.rice.krad.uif that return UifConstants.ControlTypeModifier and TypeMethodDescriptionstatic UifConstants.ControlTypeReturns the enum constant of this class with the specified name.static UifConstants.ControlType[]UifConstants.ControlType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UifConstants.ControlType in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util with parameters of type UifConstants.ControlTypeModifier and TypeMethodDescriptionprotected static ControlComponentFactory.getControl(UifConstants.ControlType controlType) Gets the controlstatic InputFieldComponentFactory.getInputField(String propertyName, String label, UifConstants.ControlType controlType) Retrieves a new input field instance from Spring (initialized by the bean definition with the given id) and sets the property name, control, and label to the given parametersstatic InputFieldComponentFactory.getInputField(String propertyName, String label, UifConstants.ControlType controlType, int size, int maxLength, int minLength) Retrieves a new input field instance from Spring (initialized by the bean definition with the given id) and sets the property name, control, size, min and max length, and label to the given parametersstatic InputFieldComponentFactory.getInputField(String propertyName, String label, UifConstants.ControlType controlType, Class<? extends org.kuali.rice.krad.keyvalues.KeyValuesFinder> optionsFinderClass) Retrieves a new input field instance from Spring (initialized by the bean definition with the given id) and sets the property name, control, options finder, and label to the given parametersstatic InputFieldComponentFactory.getInputField(String propertyName, String label, UifConstants.ControlType controlType, String defaultValue) Retrieves a new input field instance from Spring (initialized by the bean definition with the given id) and sets the property name, control, defaultValue, and label to the given parametersstatic InputFieldComponentFactory.getInputField(String propertyName, String label, UifConstants.ControlType controlType, List<org.kuali.rice.core.api.util.KeyValue> options) Retrieves a new input field instance from Spring (initialized by the bean definition with the given id) and sets the property name, control, options, and label to the given parameters