|
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 | ||||||||
java.lang.Objectoracle.adf.dtrt.model.common.BindingImpl
public class BindingImpl
Designtime@Runtime object to support binding modification Used to handle modification of the binding component of a page within a running system. This class mirrors the actual customization class supplied by the ADF team. It is intended to restrict the impact of changes to their API as these customization classes are designed and modified
| Constructor Summary | |
|---|---|
BindingImpl(ContentModelAccess modelAccess,
java.lang.String bindingId,
oracle.adfdt.model.objects.PageDefinitionUsage dtUsage)
Initializes a new Binding object for the given unique binding id The binding object contains all the customization binding components that can be modified at runtime. |
|
| 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 for the given 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BindingImpl(ContentModelAccess modelAccess,
java.lang.String bindingId,
oracle.adfdt.model.objects.PageDefinitionUsage dtUsage)
modelAccess - the model portions of the abstracted content the binding belongs tobindingId - the unique id representing this usagedtUsage - the usage in the content that this binding will represent| Method Detail |
|---|
public void setParameters(java.util.Map parameters)
setParameters in interface Bindingparameters - map of name/value parameter pair
public void setParameter(java.lang.String paramName,
java.lang.String paramValue)
setParameter in interface BindingparamName - 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 | ||||||||