|
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.adfdt.view.common.binding.standalone.BinderGuiFactory
public class BinderGuiFactory
| 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 |
|---|
public BinderGuiFactory()
| Method Detail |
|---|
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)
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.
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)
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/
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)
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 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||