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


Uses of Interface
oracle.adf.model.binding.DCIExecutable

Packages that use DCIExecutable
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 DCIExecutable in oracle.adf.model.binding

 

Classes in oracle.adf.model.binding that implement DCIExecutable
 class DCBindingContainer
          Corresponds to a Swing JFrame or a JSP Page instance and manages bindings used in a frame.
 class DCExecutableBinding
           
 class DCIteratorBinding
          DCIteratorBinding is the binding class that interacts with RowIterator objects to iterate over rows and provide the current row(s) for use in a client application or to view via various control bindings.

 

Methods in oracle.adf.model.binding with parameters of type DCIExecutable
static java.lang.String DCUtil.generateIteratorName(DCIExecutable iterBnd)
          *** For internal framework use only ***
 boolean DCExecutableBindingDef.isRefreshable(DCBindingContainer ctr, DCIExecutable exec, int refreshFlag)
           
 boolean DCBindingContainerReference.isRefreshable(DCBindingContainer ctr, DCIExecutable exec, int refreshFlag)
           

 

Uses of DCIExecutable in oracle.jbo.uicli.binding

 

Classes in oracle.jbo.uicli.binding that implement DCIExecutable
 class JUFormBinding
          Corresponds to a Swing JFrame instance and manages bindings used in a frame.
 class JUIteratorBinding
          JUIteratorBinding is the binding class that interacts with BC4J RowIterator objects to iterate over rows and provide the current row(s) to display to various control bindings.

 

Methods in oracle.jbo.uicli.binding with parameters of type DCIExecutable
 boolean JUMethodIteratorDef.isRefreshable(DCBindingContainer ctr, DCIExecutable exec, int refreshFlag)
           

 

Uses of DCIExecutable in oracle.jbo.uicli.jui

 

Classes in oracle.jbo.uicli.jui that implement DCIExecutable
 class JUPanelBinding
          A container class that manages JUIteratorBindings, etc.

 


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.