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

oracle.adfdt.view.common.binding.standalone
Class BinderGuiFactory

java.lang.Object
  extended by oracle.adfdt.view.common.binding.standalone.BinderGuiFactory

public class BinderGuiFactory
extends java.lang.Object


Constructor Summary
BinderGuiFactory()
           
 
Method Summary
static BinderGui getBinderGui(ADFDesignTimeContext dtContext, oracle.adfdt.model.objects.DataControl dataControl, oracle.binding.meta.NamedDefinition dataControlDefinition, CreationContext creationContext, org.w3c.dom.Element root, ModelProvider parent, org.w3c.dom.Node insertionSubTreeRoot, java.util.Map properties, java.lang.String creatorName)
          Returns the BinderGui corresponding to the requested creator name.
static BinderGui getBinderGui(ADFDesignTimeContext dtContext, oracle.adfdt.model.objects.DataControl dataControl, oracle.binding.meta.NamedDefinition dataControlDefinition, org.w3c.dom.Element root, java.util.Map properties, java.lang.String creatorName)
          Returns the BinderGui corresponding to the requested creator name.
static BinderGui getBinderGui(ADFDesignTimeContext dtContext, oracle.adfdt.model.objects.DataControl dataControl, oracle.binding.meta.NamedDefinition dataControlDefinition, org.w3c.dom.Element root, java.lang.String creatorName)
          Returns the BinderGui corresponding to the requested creator name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinderGuiFactory

public BinderGuiFactory()
Method Detail

getBinderGui

public static final BinderGui getBinderGui(ADFDesignTimeContext dtContext,
                                           oracle.adfdt.model.objects.DataControl dataControl,
                                           oracle.binding.meta.NamedDefinition dataControlDefinition,
                                           org.w3c.dom.Element root,
                                           java.lang.String creatorName)
Returns the BinderGui corresponding to the requested creator name. If that creator is not compatible with the data control definition, or if the creator does not support producing a BinderGui, then this will return null. Finally, the localname and namespace of the root Element must be compatible with the corresponding Binder, that is Binder.canRebind(.) must return true given the root as input. See BinderGui for more information on using a hosted binder in your wizard or dialog.


getBinderGui

public static final BinderGui getBinderGui(ADFDesignTimeContext dtContext,
                                           oracle.adfdt.model.objects.DataControl dataControl,
                                           oracle.binding.meta.NamedDefinition dataControlDefinition,
                                           org.w3c.dom.Element root,
                                           java.util.Map properties,
                                           java.lang.String creatorName)
Returns the BinderGui corresponding to the requested creator name. If that creator is not compatible with the data control definition, or if the creator does not support producing a BinderGui, then this will return null. Finally, the localname and namespace of the root Element must be compatible with the corresponding Binder, that is Binder.canRebind(.) must return true given the root as input. See BinderGui for more information on using a hosted binder in your wizard or dialog. This API allows additional properties to be sent to the Binder when it constructs the BinderGui/


getBinderGui

public static final BinderGui getBinderGui(ADFDesignTimeContext dtContext,
                                           oracle.adfdt.model.objects.DataControl dataControl,
                                           oracle.binding.meta.NamedDefinition dataControlDefinition,
                                           CreationContext creationContext,
                                           org.w3c.dom.Element root,
                                           ModelProvider parent,
                                           org.w3c.dom.Node insertionSubTreeRoot,
                                           java.util.Map properties,
                                           java.lang.String creatorName)
Returns the BinderGui corresponding to the requested creator name. If that creator is not compatible with the data control definition, or if the creator does not support producing a BinderGui, then this will return null. Finally, the localname and namespace of the root Element must be compatible with the corresponding Binder, that is Binder.canRebind(.) must return true given the root as input. See BinderGui for more information on using a hosted binder in your wizard or dialog. This API allows additional properties to be sent to the Binder when it constructs the BinderGui. Additionally, it allows contextual information, like the root of the insertion point, and a parent ModelProvider to be specified.


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

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