Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


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

Packages that use DCInvokeMethodDef
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.jbo.uicli.binding Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing 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 that return DCInvokeMethodDef
 DCInvokeMethodDef DCInvokeMethod.getDef()
           

 

Methods in oracle.adf.model.binding with parameters of type DCInvokeMethodDef
 java.lang.Object DCDataControl.invokeMethod(DCInvokeMethodDef methodInfo, java.util.ArrayList params)
          Deprecated. since 10.1.3. not called anymore. Use invokeOperation() instead.

 

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.

 

Methods in oracle.jbo.uicli.binding with parameters of type DCInvokeMethodDef
protected  JUCtrlActionBinding JUCtrlActionDef.createInvokeActionBinding(java.lang.Object control, DCBindingContainer formBnd, DCInvokeMethodDef mMethodInfo)
          For internal use only.
protected  void JUCtrlActionBinding.setupMethodInfo(DCBindingContainer form, DCInvokeMethodDef def)
           

 

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

 

Methods in oracle.jbo.uicli.jui with parameters of type DCInvokeMethodDef
protected  void JUActionBinding.setupMethodInfo(DCBindingContainer form, DCInvokeMethodDef def)
           

 

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

 


Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


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