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

E22562-01

oracle.apps.fnd.applcore.dt.patterns.metadata.creator.common
Class AttributesCollection

java.lang.Object
  extended by oracle.adfdt.view.ui.collection.ItemHolder
      extended by oracle.adfdt.view.ui.collection.Collection
          extended by oracle.apps.fnd.applcore.dt.patterns.metadata.creator.common.AttributesCollection

public class AttributesCollection
extends oracle.adfdt.view.ui.collection.Collection

This class represents the collection of Attributes in the binding panel.


Field Summary
 
Fields inherited from class oracle.adfdt.view.ui.collection.ItemHolder
MOVE_BOTTOM, MOVE_DOWN, MOVE_TOP, MOVE_UP, PROPERTY_ITEMS
 
Constructor Summary
AttributesCollection(oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext)
          The constructor.
AttributesCollection(oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext, java.lang.String defaultValue)
          The constructor.
 
Method Summary
 void commit()
          This method commits the data.
 oracle.adfdt.view.ui.collection.Item createItem()
          This method creates a new Attribute.
 oracle.bali.xml.gui.jdev.JDevXmlContext getContext()
          This method returns the jdev xml context.
 oracle.adfdt.view.ui.collection.Item group(oracle.adfdt.view.ui.collection.Item[] items)
          Not implemented.
 void setRootNode(org.w3c.dom.Node root)
          This method sets the root node for all the attributes within this collection.
 void setVarValue(java.lang.String varValue)
          Set the "var" value, oftern node for tables, but could be bindings for forms.
 void ungroup(oracle.adfdt.view.ui.collection.Item item)
          Not implemented.
 
Methods inherited from class oracle.adfdt.view.ui.collection.ItemHolder
addPropertyChangeListener, delete, firePropertyChange, getItems, getParent, move, removePropertyChangeListener, setItems
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributesCollection

public AttributesCollection(oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext)
The constructor.

Parameters:
xmlContext - The Jdev xml context.

AttributesCollection

public AttributesCollection(oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext,
                            java.lang.String defaultValue)
The constructor.

Parameters:
xmlContext - The Jdev xml context.
defaultValue - value to use as the "value Binding" if passed.
Method Detail

createItem

public oracle.adfdt.view.ui.collection.Item createItem()
This method creates a new Attribute.

Specified by:
createItem in class oracle.adfdt.view.ui.collection.Collection
Returns:
The newly created item.

getContext

public oracle.bali.xml.gui.jdev.JDevXmlContext getContext()
This method returns the jdev xml context.

Returns:
The jdev xml context.

group

public oracle.adfdt.view.ui.collection.Item group(oracle.adfdt.view.ui.collection.Item[] items)
Not implemented.

Specified by:
group in class oracle.adfdt.view.ui.collection.ItemHolder
Parameters:
items - Items to be grouped.
Returns:
The grouped item.

ungroup

public void ungroup(oracle.adfdt.view.ui.collection.Item item)
Not implemented.

Specified by:
ungroup in class oracle.adfdt.view.ui.collection.ItemHolder
Parameters:
item - Item to be ungrouped.

commit

public void commit()
            throws java.lang.Exception
This method commits the data.

Specified by:
commit in class oracle.adfdt.view.ui.collection.ItemHolder
Throws:
java.lang.Exception - uncaught exception.

setRootNode

public void setRootNode(org.w3c.dom.Node root)
This method sets the root node for all the attributes within this collection.

Parameters:
root - The root node.

setVarValue

public void setVarValue(java.lang.String varValue)
Set the "var" value, oftern node for tables, but could be bindings for forms.

Parameters:
varValue - var value.

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.