Oracle Application Development Framework Model Java API Reference 10g Release 3 (10.1.3) B25778-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 Java API Reference 10g Release 3 (10.1.3) B25778-01


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