Package | Description |
---|---|
org.kuali.rice.kns.datadictionary |
Copyright 2005-2015 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.service |
Copyright 2005-2015 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.service.impl | |
org.kuali.rice.krad.uif.field |
Modifier and Type | Field and Description |
---|---|
protected Class<? extends ValueFinder> |
MaintainableFieldDefinition.defaultValueFinderClass
Deprecated.
|
protected Class<? extends ValueFinder> |
FieldDefinition.defaultValueFinderClass
Deprecated.
|
protected Class<? extends ValueFinder> |
FieldDefinition.quickfinderParameterStringBuilderClass
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ValueFinder> |
MaintainableFieldDefinition.getDefaultValueFinderClass()
Deprecated.
|
Class<? extends ValueFinder> |
FieldDefinition.getDefaultValueFinderClass()
Deprecated.
|
Class<? extends ValueFinder> |
FieldDefinition.getQuickfinderParameterStringBuilderClass()
Deprecated.
the quickfinderParameterStringBuilderClass specifies the java class that will be used
to determine the default value(s) for field(s) on the target lookup when the quickfinder
is used.
|
Modifier and Type | Method and Description |
---|---|
void |
MaintainableFieldDefinition.setDefaultValueFinderClass(Class<? extends ValueFinder> defaultValueFinderClass)
Deprecated.
The defaultValueFinderClass specifies the java class that will be
used to determine the default value of a lookup field.
|
void |
FieldDefinition.setDefaultValueFinderClass(Class<? extends ValueFinder> defaultValueFinderClass)
Deprecated.
The defaultValueFinderClass specifies the java class that will be
used to determine the default value of a field.
|
void |
FieldDefinition.setQuickfinderParameterStringBuilderClass(Class<? extends ValueFinder> quickfinderParameterStringBuilderClass)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ValueFinder> |
BusinessObjectMetaDataService.getLookupFieldQuickfinderParameterStringBuilderClass(Class businessObjectClass,
String attributeName)
This method returns the quickfinder parameter string builder class for a
given attribute.
|
Class<? extends ValueFinder> |
BusinessObjectDictionaryService.getLookupFieldQuickfinderParameterStringBuilderClass(Class businessObjectClass,
String attributeName)
Deprecated.
returns Class used to generate quickfinder lookup field default values.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ValueFinder> |
BusinessObjectDictionaryServiceImpl.getLookupFieldDefaultValueFinderClass(Class businessObjectClass,
String attributeName)
Deprecated.
|
Class<? extends ValueFinder> |
BusinessObjectMetaDataServiceImpl.getLookupFieldQuickfinderParameterStringBuilderClass(Class businessObjectClass,
String attributeName)
Deprecated.
This method returns the quickfinder parameter string builder class for a
given attribute.
|
Class<? extends ValueFinder> |
BusinessObjectDictionaryServiceImpl.getLookupFieldQuickfinderParameterStringBuilderClass(Class businessObjectClass,
String attributeName)
Deprecated.
returns Class used to generate quickfinder lookup field default values.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ValueFinder> |
DataField.getDefaultValueFinderClass()
Gives Class that should be invoked to produce the default value for the
field
|
Modifier and Type | Method and Description |
---|---|
void |
DataField.setDefaultValueFinderClass(Class<? extends ValueFinder> defaultValueFinderClass)
Setter for the default value finder class
|
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.