public interface ModelProvider
Modifier and Type | Method and Description |
---|---|
boolean |
configureModelFromView(org.w3c.dom.Node insertParent,
org.w3c.dom.Node bindRoot)
Configures the model provider from the existing view artifacts.
|
void |
initializeBindingEnvironment(ADFDesignTimeContext dtContext)
Initializes the binding environment to support this pattern
|
void |
initializeFromParent(ModelProvider parent)
Configures based on the model provider that is the owner of this one.
|
boolean |
isReadOnly()
Returns true if this model provider is read only.
|
void initializeBindingEnvironment(ADFDesignTimeContext dtContext)
dtContext
- design time contextboolean configureModelFromView(org.w3c.dom.Node insertParent, org.w3c.dom.Node bindRoot)
insertParent
- the insertion subtree root where the pattern
exists or will be added tobindRoot
- The root of the binding if it exists. This is
only available during bind operations, and will be
null for create operationsboolean isReadOnly()
void initializeFromParent(ModelProvider parent)
parent
- The owner model provider