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.DCParameter

Packages that use DCParameter
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 

 

Uses of DCParameter in oracle.adf.model.binding

 

Subclasses of DCParameter in oracle.adf.model.binding
 class DCMethodParameter
          *** For internal framework use only ***

 

Methods in oracle.adf.model.binding that return DCParameter
 DCParameter DCBindingContainer.findParameter(java.lang.String name)
          Given the name, find a parameter (DCParameter) type object in this binding container of the same name.

 

Methods in oracle.adf.model.binding with parameters of type DCParameter
 boolean DCBindingContainer.removeParameter(DCParameter control)
          *** For internal framework use only *** Remove the parameter object from a binding container

 


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.