Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


Uses of Interface
oracle.adf.model.OperationBinding

Packages that use OperationBinding
oracle.adf.controller.v2.context Contains classes to define and manage the context information used during the Lifecycle. 
oracle.adf.controller.v2.lifecycle Contains classes definining the phases of the ADF Lifecycle and the order in which they are executed. 

 

Uses of OperationBinding in oracle.adf.controller.v2.context

 

Methods in oracle.adf.controller.v2.context that return OperationBinding
 OperationBinding PageLifecycleContext.getEventActionBinding()
          Retrieve the ActionBinding associated with the current event.

 

Methods in oracle.adf.controller.v2.context with parameters of type OperationBinding
 void PageLifecycleContext.addControlActionBinding(java.lang.String event, OperationBinding actionBinding)
          This method add an action binding to the collection of action being executed.
 void PageLifecycleContext.setEventActionBinding(OperationBinding action)
          Set the ActionBinding for the current event.

 

Uses of OperationBinding in oracle.adf.controller.v2.lifecycle

 

Methods in oracle.adf.controller.v2.lifecycle with parameters of type OperationBinding
protected  void PageLifecycleImpl.initializeParameterValuesUsingRequestObject(PageLifecycleContext context, OperationBinding actionBinding)
          In model 1 we do not have a way to initialize method parameters.
 void PageLifecycleImpl.initializeMethodParameters(PageLifecycleContext context, OperationBinding actionBinding)
           
 void PageController.initializeMethodParameters(PageLifecycleContext context, OperationBinding actionBinding)
           

 


Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


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