|
Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components 11g Release 2 (11.1.2.0.0) E18581-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
void setParameters(java.util.Map parameters)
parameters - map of name/value parameter pair
void setParameter(java.lang.String paramName,
java.lang.String paramValue)
paramName - name of parameter to create or updateparamValue - value of the parameter
|
Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components 11g Release 2 (11.1.2.0.0) E18581-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||