| Package | Description |
|---|---|
| org.kuali.rice.kns.datadictionary |
Copyright 2005-2016 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.web.ui |
Copyright 2005-2016 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InquiryCollectionDefinition
Deprecated.
Use collections inside of
InquiryView. |
class |
InquirySubSectionHeaderDefinition
Deprecated.
Use sections inside
InquiryView. |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,FieldDefinition> |
InquirySectionDefinition.inquiryFieldMap
Deprecated.
|
protected Map<String,FieldDefinition> |
InquiryCollectionDefinition.inquiryFieldMap
Deprecated.
|
protected List<FieldDefinition> |
InquirySectionDefinition.inquiryFields
Deprecated.
|
protected List<FieldDefinition> |
InquiryCollectionDefinition.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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldDefinition> |
InquirySectionDefinition.getInquiryFields()
Deprecated.
|
List<FieldDefinition> |
InquiryCollectionDefinition.getInquiryFields()
Deprecated.
|
List<FieldDefinition> |
LookupDefinition.getLookupFields()
Deprecated.
|
List<FieldDefinition> |
LookupDefinition.getResultFields()
Deprecated.
|
List<FieldDefinition> |
InquiryCollectionDefinition.getSummaryFields()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InquirySectionDefinition.setInquiryFields(List<FieldDefinition> inquiryFields)
Deprecated.
JSTL: inquiryFields is a Map which is accessed using a
key of "inquiryFields".
|
void |
InquiryCollectionDefinition.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Field |
FieldBridge.toField(FieldDefinition d,
BusinessObject o,
Section s)
Deprecated.
Create a Field for display on an Inquiry screen.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.