Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.dtrt.binding.binder.table
Class TableBinderDTRT

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

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

Binder gui for applicationsTable in a DT@RT environment.

Author:
David Groves <david.groves@oracle.com>

Field Summary
static java.lang.String APPS_TABLE_PROPERTY_PREFIX
           
static java.lang.String TABLE_PROPERTY_PREFIX
           
 
Constructor Summary
TableBinderDTRT()
           
 
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
 

Field Detail

TABLE_PROPERTY_PREFIX

public static final java.lang.String TABLE_PROPERTY_PREFIX
See Also:
Constant Field Values

APPS_TABLE_PROPERTY_PREFIX

public static final java.lang.String APPS_TABLE_PROPERTY_PREFIX
See Also:
Constant Field Values
Constructor Detail

TableBinderDTRT

public TableBinderDTRT()
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.

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 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.