Uses of Class
org.kuali.rice.krad.uif.field.InputField

Packages that use InputField
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   
 

Uses of InputField in org.kuali.rice.krad.lookup
 

Methods in org.kuali.rice.krad.lookup that return types with arguments of type InputField
protected  Map<String,InputField> LookupableImpl.getCriteriaFieldsForValidation(LookupView lookupView, LookupForm form)
           
 

Methods in org.kuali.rice.krad.lookup with parameters of type InputField
 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
 

Uses of InputField in org.kuali.rice.krad.uif.container
 

Methods in org.kuali.rice.krad.uif.container that return types with arguments of type InputField
 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.
 

Uses of InputField in org.kuali.rice.krad.uif.field
 

Subclasses of InputField in org.kuali.rice.krad.uif.field
 class LookupInputField
          Custom InputField for search fields within a lookup view
 

Methods in org.kuali.rice.krad.uif.field that return types with arguments of type InputField
 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
 

Uses of InputField in org.kuali.rice.krad.uif.util
 

Methods in org.kuali.rice.krad.uif.util that return InputField
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<KeyValue> options)
           
static InputField ComponentFactory.getInputField(String propertyName, String label, UifConstants.ControlType controlType, String defaultValue)
           
static InputField ComponentFactory.translateRemotableField(RemotableAttributeField remotableField)
          Builds a new InputField from the properties set on the given RemotableAttributeField
 

Methods in org.kuali.rice.krad.uif.util that return types with arguments of type InputField
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
 

Methods in org.kuali.rice.krad.uif.util with parameters of type InputField
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.
 

Uses of InputField in org.kuali.rice.krad.uif.widget
 

Methods in org.kuali.rice.krad.uif.widget with parameters of type InputField
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-2012 The Kuali Foundation. All Rights Reserved.