Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.patterns.binding.binder.table
Class TableBinder

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.patterns.binding.binder.table.TableBinder
All Implemented Interfaces:
oracle.adfdt.view.common.binding.creator.Binder

public class TableBinder
extends java.lang.Object
implements oracle.adfdt.view.common.binding.creator.Binder

Binder gui for applicationsTable.


Constructor Summary
TableBinder()
           
 
Method Summary
 void bind(oracle.adfdt.ADFDesignTimeContext dtContext, oracle.adfdt.view.common.binding.creator.CreationContext creationContext, oracle.adfdt.view.common.binding.provider.ModelProvider modelProvider, org.w3c.dom.Node insertionSubtreeRoot, org.w3c.dom.Element applicationsTable, java.util.Map properties)
          Show the binder UI for applicationsTable.
 boolean canRebind(org.w3c.dom.Node insertionSubtreeRoot, org.w3c.dom.Element root)
          Can we rebind.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableBinder

public TableBinder()
Method Detail

bind

public void bind(oracle.adfdt.ADFDesignTimeContext dtContext,
                 oracle.adfdt.view.common.binding.creator.CreationContext creationContext,
                 oracle.adfdt.view.common.binding.provider.ModelProvider modelProvider,
                 org.w3c.dom.Node insertionSubtreeRoot,
                 org.w3c.dom.Element applicationsTable,
                 java.util.Map properties)
Show the binder UI for applicationsTable. This will kick off the 2 panels and perform the commit at the end.

Specified by:
bind in interface oracle.adfdt.view.common.binding.creator.Binder
Parameters:
dtContext - context
creationContext - ADFDT specific context
modelProvider - model provider - in this case an instance of ApplcoreModelProvider
insertionSubtreeRoot - where in the dom tree we are to be inserted
applicationsTable - prototype Element for adding to
properties - generic properties from declarative pattern

canRebind

public boolean canRebind(org.w3c.dom.Node insertionSubtreeRoot,
                         org.w3c.dom.Element root)
Can we rebind. This method currently returns false, rebinding is not supported.

Specified by:
canRebind in interface oracle.adfdt.view.common.binding.creator.Binder
Parameters:
insertionSubtreeRoot - where in the dom tree we are to be rebound
root - element in question
Returns:
false

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.