Uses of Class
org.kuali.rice.kns.datadictionary.FieldDefinition
Packages that use FieldDefinition
-
Uses of FieldDefinition in org.kuali.rice.kns.datadictionary
Subclasses of FieldDefinition in org.kuali.rice.kns.datadictionaryModifier and TypeClassDescriptionclassDeprecated.classDeprecated.Use sections insideInquiryView.Fields in org.kuali.rice.kns.datadictionary with type parameters of type FieldDefinitionModifier and TypeFieldDescriptionprotected Map<String, FieldDefinition> InquiryCollectionDefinition.inquiryFieldMapDeprecated.protected Map<String, FieldDefinition> InquirySectionDefinition.inquiryFieldMapDeprecated.protected List<FieldDefinition> InquiryCollectionDefinition.inquiryFieldsDeprecated.protected List<FieldDefinition> InquirySectionDefinition.inquiryFieldsDeprecated.protected Map<String, FieldDefinition> LookupDefinition.lookupFieldMapDeprecated.protected List<FieldDefinition> LookupDefinition.lookupFieldsDeprecated.protected Map<String, FieldDefinition> LookupDefinition.resultFieldMapDeprecated.protected List<FieldDefinition> LookupDefinition.resultFieldsDeprecated.protected List<FieldDefinition> InquiryCollectionDefinition.summaryFieldsDeprecated.Methods in org.kuali.rice.kns.datadictionary that return FieldDefinitionModifier and TypeMethodDescriptionInquiryDefinition.getFieldDefinition(String fieldName) Deprecated.Returns the FieldDefinition associated with the field attribute nameLookupDefinition.getLookupField(String attributeName) Deprecated.LookupDefinition.getResultField(String attributeName) Deprecated.Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type FieldDefinitionModifier and TypeMethodDescriptionInquiryCollectionDefinition.getInquiryFields()Deprecated.InquirySectionDefinition.getInquiryFields()Deprecated.LookupDefinition.getLookupFields()Deprecated.LookupDefinition.getResultFields()Deprecated.InquiryCollectionDefinition.getSummaryFields()Deprecated.Method parameters in org.kuali.rice.kns.datadictionary with type arguments of type FieldDefinitionModifier and TypeMethodDescriptionvoidInquiryCollectionDefinition.setInquiryFields(List<FieldDefinition> inquiryFields) Deprecated.JSTL: inquiryFields is a Map which is accessed using a key of "inquiryFields".voidInquirySectionDefinition.setInquiryFields(List<FieldDefinition> inquiryFields) Deprecated.JSTL: inquiryFields is a Map which is accessed using a key of "inquiryFields".voidLookupDefinition.setLookupFields(List<FieldDefinition> lookupFields) Deprecated.The lookupFields element defines the set of fields in which the user can enter values representing search selection criteria.voidLookupDefinition.setResultFields(List<FieldDefinition> resultFields) Deprecated.The resultFields element specifies the list of fields that are shown as a result of the lookup search.voidInquiryCollectionDefinition.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.web.ui
Methods in org.kuali.rice.kns.web.ui with parameters of type FieldDefinitionModifier and TypeMethodDescriptionstatic FieldFieldBridge.toField(FieldDefinition d, org.kuali.rice.krad.bo.BusinessObject o, Section s) Deprecated.Create a Field for display on an Inquiry screen.
InquiryView.