Uses of Class
org.kuali.rice.kns.datadictionary.FieldDefinition

Packages that use FieldDefinition
org.kuali.rice.kns.datadictionary Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kns.datadictionary.exporter   
org.kuali.rice.kns.web.ui Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
 

Uses of FieldDefinition in org.kuali.rice.kns.datadictionary
 

Subclasses of FieldDefinition in org.kuali.rice.kns.datadictionary
 class InquiryCollectionDefinition
          Deprecated. 
 class InquirySubSectionHeaderDefinition
          Deprecated. 
 

Fields in org.kuali.rice.kns.datadictionary with type parameters of type FieldDefinition
protected  Map<String,FieldDefinition> InquiryCollectionDefinition.inquiryFieldMap
          Deprecated.  
protected  Map<String,FieldDefinition> InquirySectionDefinition.inquiryFieldMap
          Deprecated.  
protected  List<FieldDefinition> InquiryCollectionDefinition.inquiryFields
          Deprecated.  
protected  List<FieldDefinition> InquirySectionDefinition.inquiryFields
          Deprecated.  
protected  Map<String,FieldDefinition> LookupDefinition.lookupFieldMap
          Deprecated.  
protected  List<FieldDefinition> LookupDefinition.lookupFields
          Deprecated.  
protected  Map<String,FieldDefinition> LookupDefinition.resultFieldMap
          Deprecated.  
protected  List<FieldDefinition> LookupDefinition.resultFields
          Deprecated.  
protected  List<FieldDefinition> InquiryCollectionDefinition.summaryFields
          Deprecated.  
 

Methods in org.kuali.rice.kns.datadictionary that return FieldDefinition
 FieldDefinition InquiryDefinition.getFieldDefinition(String fieldName)
          Deprecated. Returns the FieldDefinition associated with the field attribute name
 FieldDefinition LookupDefinition.getLookupField(String attributeName)
          Deprecated.  
 FieldDefinition LookupDefinition.getResultField(String attributeName)
          Deprecated.  
 

Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type FieldDefinition
 List<FieldDefinition> InquiryCollectionDefinition.getInquiryFields()
          Deprecated.  
 List<FieldDefinition> InquirySectionDefinition.getInquiryFields()
          Deprecated.  
 List<FieldDefinition> LookupDefinition.getLookupFields()
          Deprecated.  
 List<FieldDefinition> LookupDefinition.getResultFields()
          Deprecated.  
 List<FieldDefinition> InquiryCollectionDefinition.getSummaryFields()
          Deprecated.  
 

Method parameters in org.kuali.rice.kns.datadictionary with type arguments of type FieldDefinition
 void InquiryCollectionDefinition.setInquiryFields(List<FieldDefinition> inquiryFields)
          Deprecated. JSTL: inquiryFields is a Map which is accessed using a key of "inquiryFields".
 void InquirySectionDefinition.setInquiryFields(List<FieldDefinition> inquiryFields)
          Deprecated. JSTL: inquiryFields is a Map which is accessed using a key of "inquiryFields".
 void LookupDefinition.setLookupFields(List<FieldDefinition> lookupFields)
          Deprecated. The lookupFields element defines the set of fields in which the user can enter values representing search selection criteria.
 void LookupDefinition.setResultFields(List<FieldDefinition> resultFields)
          Deprecated. The resultFields element specifies the list of fields that are shown as a result of the lookup search.
 void InquiryCollectionDefinition.setSummaryFields(List<FieldDefinition> summaryFields)
          Deprecated. The inquirySummaryField indicates which fields are to appear in the header line of each record in a collection.
 

Uses of FieldDefinition in org.kuali.rice.kns.datadictionary.exporter
 

Methods in org.kuali.rice.kns.datadictionary.exporter with parameters of type FieldDefinition
static ExportMap MapperUtils.buildFieldMap(FieldDefinition field)
          Deprecated.  
 

Uses of FieldDefinition in org.kuali.rice.kns.web.ui
 

Methods in org.kuali.rice.kns.web.ui with parameters of type FieldDefinition
static Field FieldBridge.toField(FieldDefinition d, BusinessObject o, Section s)
          Deprecated. Create a Field for display on an Inquiry screen.
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.