Uses of Class
org.kuali.rice.kns.web.struts.form.LookupForm
Packages that use LookupForm
-
Uses of LookupForm in org.kuali.rice.kns.lookup
Methods in org.kuali.rice.kns.lookup with parameters of type LookupFormModifier and TypeMethodDescriptionprotected StringAbstractLookupableHelperServiceImpl.addToReturnHref(String href, LookupForm lookupForm) Deprecated.protected HtmlDataAbstractLookupableHelperServiceImpl.getReturnAnchorHtmlData(BusinessObject businessObject, Properties parameters, LookupForm lookupForm, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions) Deprecated.protected StringAbstractLookupableHelperServiceImpl.getReturnHref(Properties parameters, LookupForm lookupForm, List returnKeys) Deprecated.protected HtmlDataAbstractLookupableHelperServiceImpl.getReturnInputHtmlData(BusinessObject businessObject, Properties parameters, LookupForm lookupForm, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions) Deprecated.AbstractLookupableHelperServiceImpl.getReturnUrl(BusinessObject businessObject, LookupForm lookupForm, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions) Deprecated.LookupableHelperService.getReturnUrl(BusinessObject businessObject, LookupForm lookupForm, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions) Deprecated.This method builds the return urlvoidAbstractLookupableHelperServiceImpl.performClear(LookupForm lookupForm) Deprecated.This method does the logic for the clear action.voidKualiLookupableImpl.performClear(LookupForm lookupForm) Deprecated.calls the lookup helper service to do "clear" behaviorsvoidLookupable.performClear(LookupForm lookupForm) Deprecated.This method allows for customization of the lookup clearvoidLookupableHelperService.performClear(LookupForm lookupForm) Deprecated.This method allows for overriding the clear behaviorCollection<? extends BusinessObject> AbstractLookupableHelperServiceImpl.performLookup(LookupForm lookupForm, Collection<ResultRow> resultTable, boolean bounded) Deprecated.Performs the lookup and returns a collection of lookup itemsCollection<? extends BusinessObject> KualiLookupableImpl.performLookup(LookupForm lookupForm, List<ResultRow> resultTable, boolean bounded) Deprecated.Performs a lookup that can only return one row.Collection<? extends BusinessObject> Lookupable.performLookup(LookupForm lookupForm, List<ResultRow> resultTable, boolean bounded) Deprecated.This method performs the lookup and returns a collection of lookup itemsCollection<? extends BusinessObject> LookupableHelperService.performLookup(LookupForm lookupForm, Collection<ResultRow> resultTable, boolean bounded) Deprecated.This method performs the lookup and returns a collection of BO items -
Uses of LookupForm in org.kuali.rice.kns.web.struts.form
Subclasses of LookupForm in org.kuali.rice.kns.web.struts.formModifier and TypeClassDescriptionclassDeprecated.KNS Struts deprecated, use KRAD and the Spring MVC framework.