org.kuali.rice.kns.uif.util
Class LookupInquiryUtils
java.lang.Object
org.kuali.rice.kns.uif.util.LookupInquiryUtils
public class LookupInquiryUtils
- extends Object
Class for utility methods that pertain to UIF Lookup processing
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Method Summary |
protected static Control |
convertControlToLookupControl(AttributeDefinition attributeDefinition)
|
static Control |
generateCustomLookupControlFromExisting(Class<? extends Control> controlClass,
Control existingControl)
|
static String |
getTitleText(String prependText,
Class<?> element,
Map<String,String> keyValueMap)
Helper method for building the title text for an element and a map of
key/value pairs |
static void |
initializeAttributeFieldFromAttributeDefinition(AttributeField attributeField,
AttributeDefinition attributeDefinition)
|
static String |
retrieveLookupParameterValue(UifFormBase form,
javax.servlet.http.HttpServletRequest request,
Class<?> lookupObjectClass,
String propertyName,
String propertyValueName)
|
protected static void |
setupControlFromAttributeDefinition(AttributeField attributeField,
AttributeDefinition attributeDefinition)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LookupInquiryUtils
public LookupInquiryUtils()
initializeAttributeFieldFromAttributeDefinition
public static void initializeAttributeFieldFromAttributeDefinition(AttributeField attributeField,
AttributeDefinition attributeDefinition)
setupControlFromAttributeDefinition
protected static void setupControlFromAttributeDefinition(AttributeField attributeField,
AttributeDefinition attributeDefinition)
convertControlToLookupControl
protected static Control convertControlToLookupControl(AttributeDefinition attributeDefinition)
generateCustomLookupControlFromExisting
public static Control generateCustomLookupControlFromExisting(Class<? extends Control> controlClass,
Control existingControl)
retrieveLookupParameterValue
public static String retrieveLookupParameterValue(UifFormBase form,
javax.servlet.http.HttpServletRequest request,
Class<?> lookupObjectClass,
String propertyName,
String propertyValueName)
getTitleText
public static String getTitleText(String prependText,
Class<?> element,
Map<String,String> keyValueMap)
- Helper method for building the title text for an element and a map of
key/value pairs
- Parameters:
prependText
- - text to prepend to the titleelement
- - element class the title is being generated for, used to as
the parent for getting the key labelskeyValueMap
- - map of key value pairs to add to the title text
- Returns:
- String title text
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.