Modifier and Type | Class and Description |
---|---|
class |
LookupInputField
Custom
InputField for criteria fields within a lookup view that adds criteria specific options. |
Modifier and Type | Method and Description |
---|---|
protected Map<String,InputField> |
LookupableImpl.getCriteriaFieldsForValidation(LookupView lookupView,
LookupForm form)
Returns the criteria fields in a map keyed by the field property name.
|
Modifier and Type | Method and Description |
---|---|
void |
LookupableImpl.buildMultiValueSelectField(InputField selectField,
Object model)
Set the value for the input field control to contain the field conversion values for the line.
|
void |
Lookupable.buildMultiValueSelectField(InputField selectField,
Object model)
Set the value for the input field control to contain the field conversion values for the line.
|
Modifier and Type | Method and Description |
---|---|
InputField |
DialogGroup.getExplanation()
Input field use to gather explanation text with the dialog.
|
Modifier and Type | Method and Description |
---|---|
void |
DialogGroup.setExplanation(InputField explanation) |
Modifier and Type | Method and Description |
---|---|
protected void |
GroupControl.buildGroupQuickfinder(Object model,
InputField field) |
protected void |
UserControl.buildUserQuickfinder(Object model,
InputField field)
Configures the field's quickfinder for a user lookup
|
List<KeyValue> |
UifKeyValuesFinder.getKeyValues(ViewModel model,
InputField field)
Builds a list of key values representations for valid value selections using the given view model
to retrieve values from other fields and conditionally building the options
|
List<KeyValue> |
UifKeyValuesFinderBase.getKeyValues(ViewModel model,
InputField field)
Builds a list of key values representations for valid value selections using the given view model
to retrieve values from other fields and conditionally building the options
|
Modifier and Type | Class and Description |
---|---|
class |
InputFieldBase
Field that encapsulates data input/output captured by an attribute within the
application
|
Modifier and Type | Method and Description |
---|---|
List<InputField> |
RemoteFieldsHolder.fetchAndTranslateRemoteFields(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()
Retrieves a new input field instance from Spring (initialized by the bean definition
with the given id)
|
static InputField |
ComponentFactory.getInputField(String propertyName,
String label)
Retrieves a new input field instance from Spring (initialized by the bean definition
with the given id) and sets the property name and label to the given parameters
|
static InputField |
ComponentFactory.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 parameters
|
static InputField |
ComponentFactory.getInputField(String propertyName,
String label,
UifConstants.ControlType controlType,
Class<? extends 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 parameters
|
static InputField |
ComponentFactory.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 parameters
|
static InputField |
ComponentFactory.getInputField(String propertyName,
String label,
UifConstants.ControlType controlType,
List<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
|
static InputField |
ComponentFactory.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 parameters
|
static InputField |
ComponentFactory.translateRemotableField(RemotableAttributeField remotableField)
Builds a new
InputField from the properties set on the
given RemotableAttributeField |
Modifier and Type | Method and Description |
---|---|
static List<InputField> |
ComponentUtils.getAllInputFieldsWithinContainer(Container container)
Gets all the input fields contained in this container, but also in
every sub-container that is a child of this container.
|
static List<InputField> |
ComponentFactory.translateRemotableFields(List<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 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,
Object model)
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,
String validationState,
StateMapping stateMapping)
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)
Simpler version of processPrerequisiteConstraint
|
static void |
ClientValidationUtils.processPrerequisiteConstraint(InputField field,
PrerequisiteConstraint constraint,
View view,
String booleanStatement)
Processes a Prerequisite constraint that should be applied when the booleanStatement passed
in evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected DataObjectRelationship |
QuickFinder.getRelationshipForField(View view,
Object model,
InputField field)
Retrieves any
DataObjectRelationship that is associated with the given
field and has a configured lookup view. |
protected void |
QuickFinder.setupForInputField(View view,
Object model,
InputField inputField)
If quickfinder not manually configured attempts to find a relationship to build the quickfinder on, then also
adjusts the path for any configured field conversions, lookup parameters, and refresh refreshes.
|
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.