ADF Designtime

oracle.adf.dt.dbpanel.jclient
Class JClientBindingNameGenerator

java.lang.Object
  extended byoracle.adf.dt.dbpanel.jclient.JClientBindingNameGenerator
All Implemented Interfaces:
BindingNameGenerator

public class JClientBindingNameGenerator
extends java.lang.Object
implements BindingNameGenerator

Used by DataBindingManager to generate name for the control binding. Used for generating names for JSP/UIX views


Constructor Summary
JClientBindingNameGenerator()
           
 
Method Summary
 java.lang.String generateControlBindingName(JUDTBaseBindingContainer container, DataControlTreeNode treeNode, java.lang.String sControlName, java.lang.String sIteratorName, java.lang.String sBindingType)
          Generates a unique binding name by comparing the input parameters to the bindings that already exist in the binding container.
 boolean reuseExistingBindings()
          Flag that designates existing bindings to be re-used.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JClientBindingNameGenerator

public JClientBindingNameGenerator()
Method Detail

reuseExistingBindings

public boolean reuseExistingBindings()
Description copied from interface: BindingNameGenerator
Flag that designates existing bindings to be re-used. In JClient, we dont re-use bindings

Specified by:
reuseExistingBindings in interface BindingNameGenerator

generateControlBindingName

public java.lang.String generateControlBindingName(JUDTBaseBindingContainer container,
                                                   DataControlTreeNode treeNode,
                                                   java.lang.String sControlName,
                                                   java.lang.String sIteratorName,
                                                   java.lang.String sBindingType)
Description copied from interface: BindingNameGenerator
Generates a unique binding name by comparing the input parameters to the bindings that already exist in the binding container.

Specified by:
generateControlBindingName in interface BindingNameGenerator
Parameters:
container -
sControlName -
sIteratorName -
sBindingType -
Returns:

ADF Designtime

 

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