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

E22562-03

oracle.apps.fnd.applcore.dt.attachments.component.binding.binder
Class Column

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.attachments.component.binding.binder.Column
All Implemented Interfaces:
oracle.adfdt.view.common.binding.creator.Binder

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

Binder gui for Attachments in table column.

Author:
Pallavi Palparthy <pallavi.palparthy@oracle.com>

Constructor Summary
Column()
           
 
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 attachmentElement, java.util.Map properties)
          Binder for attachments when used in table columns.
 boolean canRebind(org.w3c.dom.Node insertionSubtreeRoot, org.w3c.dom.Element root)
          Can we rebind - yes!.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Column

public Column()
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 attachmentElement,
                 java.util.Map properties)
Binder for attachments when used in table columns.

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 AttachmentModelProvider
insertionSubtreeRoot - where in the dom tree we are to be inserted
attachmentElement - 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 - yes!.

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:
true

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.