Uses of Class
org.kuali.rice.krad.lookup.LookupView
Packages that use LookupView
Package
Description
-
Uses of LookupView in org.kuali.rice.krad.lookup
Methods in org.kuali.rice.krad.lookup with parameters of type LookupViewModifier and TypeMethodDescriptionprotected Map<String, InputField> LookupableImpl.getCriteriaFieldsForValidation(LookupView lookupView, LookupForm form) Returns the criteria fields in a map keyed by the field property name.LookupableImpl.getReturnKeyValues(LookupView lookupView, LookupForm lookupForm, Object dataObject) Returns a map of the configured return keys with their selected values.protected StringLookupableImpl.getReturnUrl(LookupView lookupView, LookupForm lookupForm, Object dataObject) Builds the URL for returning the given data object result row.protected PropertiesLookupableImpl.getReturnUrlParameters(LookupView lookupView, LookupForm lookupForm, Object dataObject) Builds up aPropertiesobject that will be used to provide the request parameters for the return URL linkLookupableImpl.getTranslatedReturnKeyValues(LookupView lookupView, LookupForm lookupForm, Object dataObject) Returns a map of the configured return keys translated to their corresponding field conversion with the associated values. -
Uses of LookupView in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util that return LookupViewModifier and TypeMethodDescriptionstatic LookupViewComponentFactory.getLookupView()Gets an empty lookup view configuration for population. -
Uses of LookupView in org.kuali.rice.krad.uif.widget
Methods in org.kuali.rice.krad.uif.widget with parameters of type LookupViewModifier and TypeMethodDescriptionprotected voidRichTable.buildSortOptions(LookupView lookupView, CollectionGroup collectionGroup) Builds default sorting options.