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

E18581-02

oracle.adfdt.view.common.binding.creator.v2
Class BinderParams<O extends PatternOptions>

java.lang.Object
  extended by oracle.adfdt.view.common.binding.creator.v2.CreatorParams<O>
      extended by oracle.adfdt.view.common.binding.creator.v2.BinderParams<O>

public class BinderParams<O extends PatternOptions>
extends CreatorParams<O>

Set of parameters that are used during a bind or rebind operation.


Constructor Summary
BinderParams(ADFDesignTimeContext dtContext, CreationContext creationContext, ModelProvider modelProvider, org.w3c.dom.Node insertionSubtreeRoot, java.util.Map<java.lang.String,java.lang.Object> properties, org.w3c.dom.Node roots)
          Creates a new BinderParams given some common parameters.
 
Method Summary
 org.w3c.dom.Node getBindRoots()
          Returns the roots of the subtree to bind.
 
Methods inherited from class oracle.adfdt.view.common.binding.creator.v2.CreatorParams
addProperty, getCreationContext, getDtContext, getModelProvider, getOptions, getOwnerDocument, getParentModelProvider, getProperties, getRootSubTree, setOptions, setParentModelProvider, setProperties, setRootSubTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinderParams

public BinderParams(ADFDesignTimeContext dtContext,
                    CreationContext creationContext,
                    ModelProvider modelProvider,
                    org.w3c.dom.Node insertionSubtreeRoot,
                    java.util.Map<java.lang.String,java.lang.Object> properties,
                    org.w3c.dom.Node roots)
Creates a new BinderParams given some common parameters. Of these, the dtContext, creationContext, modelProvider, insertionSubtreeRoot, and roots are required.

Method Detail

getBindRoots

public org.w3c.dom.Node getBindRoots()
Returns the roots of the subtree to bind. This is usually the root nodes from the pattern or Creator, or the root of the subtree that is to be rebound. This is non-null, but may represent a document fragment that is empty.


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

E18581-02

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