org.kuali.rice.krad.uif.util
Class LookupInquiryUtils
java.lang.Object
org.kuali.rice.krad.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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LookupInquiryUtils
public LookupInquiryUtils()
retrieveLookupParameterValue
public static String retrieveLookupParameterValue(UifFormBase form,
javax.servlet.http.HttpServletRequest request,
Class<?> lookupObjectClass,
String propertyName,
String propertyValueName)
getBaseLookupUrl
public static String getBaseLookupUrl()
getLinkTitleText
public static String getLinkTitleText(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:
- title text
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.