Uses of Class
org.kuali.rice.krad.uif.component.MethodInvokerConfig

Packages that use MethodInvokerConfig
org.kuali.rice.krad.uif.component   
org.kuali.rice.krad.uif.field   
 

Uses of MethodInvokerConfig in org.kuali.rice.krad.uif.component
 

Methods in org.kuali.rice.krad.uif.component that return MethodInvokerConfig
 MethodInvokerConfig MethodInvokerConfig.clone()
           
 MethodInvokerConfig Component.getFinalizeMethodInvoker()
          MethodInvokerConfig instance for the method that should be invoked for finalizing the component configuration
 MethodInvokerConfig ComponentBase.getFinalizeMethodInvoker()
          MethodInvokerConfig instance for the method that should be invoked for finalizing the component configuration
 

Methods in org.kuali.rice.krad.uif.component with parameters of type MethodInvokerConfig
 void ComponentBase.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 MethodInvokerConfig
 MethodInvokerConfig RemoteFieldsHolder.getFetchingMethodInvoker()
          Configuration for the method to invoke for retrieving the list of remotable fields
 MethodInvokerConfig AttributeQuery.getQueryMethodInvokerConfig()
          Configures the query method target class/object and method name
 

Methods in org.kuali.rice.krad.uif.field with parameters of type MethodInvokerConfig
 void RemoteFieldsHolder.setFetchingMethodInvoker(MethodInvokerConfig fetchingMethodInvoker)
          Setter for the fetching method to invoke configuration
 void AttributeQuery.setQueryMethodInvokerConfig(MethodInvokerConfig queryMethodInvokerConfig)
          Setter for the query method config
 



Copyright © 2005–2014 The Kuali Foundation. All rights reserved.