Business Components 9.0.5

Uses of Class
oracle.adf.model.binding.DCInvokeMethodDef

Packages that use DCInvokeMethodDef
oracle.adf.model.binding   
oracle.adf.model.generic.toplink   
oracle.jbo.uicli.binding Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. 
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 
 

Uses of DCInvokeMethodDef in oracle.adf.model.binding
 

Methods in oracle.adf.model.binding with parameters of type DCInvokeMethodDef
 java.lang.Object DCDataControl.invokeMethod(DCInvokeMethodDef methodInfo, java.util.ArrayList params)
          Override this method if a datacontrol wants to implement custom invocation of a method and avoid introspection and invoke method call using reflection.
 

Uses of DCInvokeMethodDef in oracle.adf.model.generic.toplink
 

Methods in oracle.adf.model.generic.toplink with parameters of type DCInvokeMethodDef
 java.lang.Object ToplinkDataControl.invokeMethod(DCInvokeMethodDef methodInfo, java.util.ArrayList params)
          Handles method and TopLink named query execution as TopLink named queries are expressed as method bindings.
 

Uses of DCInvokeMethodDef in oracle.jbo.uicli.binding
 

Fields in oracle.jbo.uicli.binding declared as DCInvokeMethodDef
protected  DCInvokeMethodDef JUCtrlActionDef.mMethodInfo
           
 

Methods in oracle.jbo.uicli.binding that return DCInvokeMethodDef
 DCInvokeMethodDef JUCtrlActionDef.getMethodDef()
          For internal use only.
 DCInvokeMethodDef JUCtrlActionBinding.getInvokeMethodDef()
          *** For internal framework use only *** Used for testing purposes only.
 

Constructors in oracle.jbo.uicli.binding with parameters of type DCInvokeMethodDef
JUCtrlActionBinding(java.lang.Object control, DCBindingContainer form, DCInvokeMethodDef methodInfo)
           
 

Uses of DCInvokeMethodDef in oracle.jbo.uicli.jui
 

Constructors in oracle.jbo.uicli.jui with parameters of type DCInvokeMethodDef
JUActionBinding(java.lang.Object control, DCBindingContainer form, DCInvokeMethodDef methodInfo)
           
 


Business Components 9.0.5

 

Copyright © 1997, 2004, Oracle. All rights reserved.