Package | Description |
---|---|
org.kuali.rice.krad.uif.field | |
org.kuali.rice.krad.uif.service.impl | |
org.kuali.rice.krad.uif.widget |
Modifier and Type | Method and Description |
---|---|
AttributeQuery |
InputFieldBase.getAttributeQuery()
Attribute query instance configured for this field to dynamically pull information back for
updates other fields or providing messages
|
AttributeQuery |
InputField.getAttributeQuery()
Attribute query instance configured for this field to dynamically pull information back for
updates other fields or providing messages
|
Modifier and Type | Method and Description |
---|---|
void |
InputFieldBase.setAttributeQuery(AttributeQuery attributeQuery)
Setter for this field's attribute query
|
void |
InputField.setAttributeQuery(AttributeQuery attributeQuery)
Setter for this field's attribute query
|
Modifier and Type | Method and Description |
---|---|
protected Collection<?> |
AttributeQueryServiceImpl.executeAttributeQueryCriteria(AttributeQuery attributeQuery,
Map<String,String> queryParameters,
Map<String,String> additionalCriteria,
List<String> wildcardAsLiteralPropertyNames)
Prepares a query using the configured data object, parameters, and criteria, then executes
the query and returns the result Collection
|
protected Object |
AttributeQueryServiceImpl.executeAttributeQueryMethod(AttributeQuery attributeQuery,
Map<String,String> queryParameters,
boolean isSuggestQuery,
String queryTerm)
Prepares the method configured on the attribute query then performs the method invocation
|
Modifier and Type | Method and Description |
---|---|
AttributeQuery |
Suggest.getSuggestQuery()
Attribute query instance the will be executed to provide
the suggest options
|
AttributeQuery |
Suggest.SuggestPostData.getSuggestQuery() |
Modifier and Type | Method and Description |
---|---|
void |
Suggest.setSuggestQuery(AttributeQuery suggestQuery)
Setter for the suggest attribute query
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.