Skip navigation links

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.2.0)

E18581-03


oracle.adf.dtrt.model
Interface Binding

All Known Implementing Classes:
BindingImpl

public interface Binding

This object represents the capabilities available on a binding.


Method Summary
 void setParameter(java.lang.String paramName, java.lang.String paramValue)
          Updates the binding with the given parameter name/value This method will create or update the binding with the given parameter name and parameter value
 void setParameters(java.util.Map parameters)
          Updates the binding with the all the parameters in the map Loops through the map updating the binding with each parameter name/value pair.

 

Method Detail

setParameters

void setParameters(java.util.Map parameters)
Updates the binding with the all the parameters in the map Loops through the map updating the binding with each parameter name/value pair. The name/value are expected to be of type String
Parameters:
parameters - map of name/value parameter pair

setParameter

void setParameter(java.lang.String paramName,
                  java.lang.String paramValue)
Updates the binding with the given parameter name/value This method will create or update the binding with the given parameter name and parameter value
Parameters:
paramName - name of parameter to create or update
paramValue - value of the parameter

Skip navigation links

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.2.0)

E18581-03


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