Uses of Class
org.kuali.rice.krad.uif.component.MethodInvokerConfig
Packages that use MethodInvokerConfig
Package
Description
-
Uses of MethodInvokerConfig in org.kuali.rice.krad.uif.component
Methods in org.kuali.rice.krad.uif.component that return MethodInvokerConfigModifier and TypeMethodDescriptionMethodInvokerConfig.clone()Component.getFinalizeMethodInvoker()MethodInvokerConfiginstance for the method that should be invoked for finalizing the component configurationComponentBase.getFinalizeMethodInvoker()MethodInvokerConfiginstance for the method that should be invoked for finalizing the component configurationMethods in org.kuali.rice.krad.uif.component with parameters of type MethodInvokerConfigModifier and TypeMethodDescriptionvoidComponentBase.setFinalizeMethodInvoker(MethodInvokerConfig finalizeMethodInvoker) Setter for the method invoker instance -
Uses of MethodInvokerConfig in org.kuali.rice.krad.uif.field
Methods in org.kuali.rice.krad.uif.field that return MethodInvokerConfigModifier and TypeMethodDescriptionRemoteFieldsHolder.getFetchingMethodInvoker()Configuration for the method to invoke for retrieving the list of remotable fieldsAttributeQuery.getQueryMethodInvokerConfig()Configures the query method target class/object and method nameMethods in org.kuali.rice.krad.uif.field with parameters of type MethodInvokerConfigModifier and TypeMethodDescriptionvoidRemoteFieldsHolder.setFetchingMethodInvoker(MethodInvokerConfig fetchingMethodInvoker) Setter for the fetching method to invoke configurationvoidAttributeQuery.setQueryMethodInvokerConfig(MethodInvokerConfig queryMethodInvokerConfig) Setter for the query method config -
Uses of MethodInvokerConfig in org.kuali.rice.krad.uif.widget
Methods in org.kuali.rice.krad.uif.widget that return MethodInvokerConfigModifier and TypeMethodDescriptionQuickFinder.getCallbackMethod()The specific method invoker to use to invoke the callback method to call.Methods in org.kuali.rice.krad.uif.widget with parameters of type MethodInvokerConfigModifier and TypeMethodDescriptionvoidQuickFinder.setCallbackMethod(MethodInvokerConfig callbackMethod)