| Package | Description |
|---|---|
| org.kuali.rice.krad.lookup | |
| org.kuali.rice.krad.uif.container | |
| org.kuali.rice.krad.uif.field | |
| org.kuali.rice.krad.uif.util | |
| org.kuali.rice.krad.uif.widget |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,InputField> |
LookupableImpl.getCriteriaFieldsForValidation(LookupView lookupView,
LookupForm form) |
| Modifier and Type | Method and Description |
|---|---|
void |
LookupableImpl.setMultiValueLookupSelect(InputField selectField,
Object model)
Sets the value for the attribute field control to contain the field conversion values for the line
|
void |
Lookupable.setMultiValueLookupSelect(InputField selectField,
Object model) |
protected void |
LookupableImpl.validateSearchParameterWildcardAndOperators(InputField inputField,
String searchPropertyValue)
Validates that any wildcards contained within the search value are valid wilcards and allowed for the
property type for which the field is searching
|
| Modifier and Type | Method and Description |
|---|---|
List<InputField> |
ContainerBase.getAllInputFields()
getAllInputFields gets all the input fields contained in this container, but also in
every sub-container that is a child of this container.
|
List<InputField> |
ContainerBase.getInputFields()
Gets only the data fields that are nested in this container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LookupInputField
Custom
InputField for search fields within a lookup view |
| Modifier and Type | Method and Description |
|---|---|
List<InputField> |
RemoteFieldsHolder.fetchAndTranslateRemoteFields(View view,
Object model,
Container parent)
Invokes the configured fetching method to retrieve a list of remotable fields, then invoked the
ComponentFactory to translate the fields, and finally sets up the binding for the attribute fields |
| Modifier and Type | Method and Description |
|---|---|
static InputField |
ComponentFactory.getInputField() |
static InputField |
ComponentFactory.getInputField(String propertyName,
String label) |
static InputField |
ComponentFactory.getInputField(String propertyName,
String label,
UifConstants.ControlType controlType) |
static InputField |
ComponentFactory.getInputField(String propertyName,
String label,
UifConstants.ControlType controlType,
Class<? extends KeyValuesFinder> optionsFinderClass) |
static InputField |
ComponentFactory.getInputField(String propertyName,
String label,
UifConstants.ControlType controlType,
int size,
int maxLength,
int minLength) |
static InputField |
ComponentFactory.getInputField(String propertyName,
String label,
UifConstants.ControlType controlType,
List<org.kuali.rice.core.api.util.KeyValue> options) |
static InputField |
ComponentFactory.getInputField(String propertyName,
String label,
UifConstants.ControlType controlType,
String defaultValue) |
static InputField |
ComponentFactory.translateRemotableField(org.kuali.rice.core.api.uif.RemotableAttributeField remotableField)
Builds a new
InputField from the properties set on the
given RemotableAttributeField |
| Modifier and Type | Method and Description |
|---|---|
static List<InputField> |
ComponentFactory.translateRemotableFields(List<org.kuali.rice.core.api.uif.RemotableAttributeField> remotableFields)
For each remotable field in the given list creates a new
InputField
instance and sets the
corresponding properties from the remotable instance |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClientValidationUtils.addScriptToPage(View view,
InputField field,
String script)
Adds the script to the view to execute on a jQuery document ready event.
|
static void |
ViewCleaner.cleanInputField(InputField inputField)
Cleans an input field instance removing the control and inherited component properties
|
static String |
ClientValidationUtils.getRegexMethod(InputField field,
ValidCharactersConstraint validCharactersConstraint)
Returns the add method jquery validator call for the regular expression
stored in validCharactersConstraint.
|
static String |
ClientValidationUtils.getRegexMethodWithBooleanCheck(InputField field,
ValidCharactersConstraint validCharactersConstraint)
Returns the add method jquery validator call for the regular expression
stored in validCharactersConstraint that explicitly checks a boolean.
|
static void |
ClientValidationUtils.processAndApplyConstraints(InputField field,
View view)
This method processes all the constraints on the InputField passed in and adds all the necessary
jQuery and js required (validator's rules, methods, and messages) to the View's onDocumentReady call.
|
static void |
ClientValidationUtils.processCaseConstraint(InputField field,
View view,
CaseConstraint constraint,
String andedCase)
This method processes a single CaseConstraint.
|
static void |
ClientValidationUtils.processMustOccurConstraint(InputField field,
View view,
MustOccurConstraint mc,
String booleanStatement)
This method processes the MustOccurConstraint.
|
static void |
ClientValidationUtils.processPrerequisiteConstraint(InputField field,
PrerequisiteConstraint constraint,
View view)
This method is a simpler version of processPrerequisiteConstraint
|
static void |
ClientValidationUtils.processPrerequisiteConstraint(InputField field,
PrerequisiteConstraint constraint,
View view,
String booleanStatement)
This method processes a Prerequisite constraint that should be applied
when the booleanStatement passed in evaluates to true.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
QuickFinder.generateFieldConversions(InputField field,
DataObjectRelationship relationship) |
protected void |
QuickFinder.generateLookupParameters(InputField field,
DataObjectRelationship relationship) |
protected DataObjectRelationship |
QuickFinder.getRelationshipForField(View view,
Object model,
InputField field) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.