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

E22562-01

oracle.apps.fnd.applcore.dt.patterns.utils
Class TreeElementHolder

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.patterns.utils.TreeElementHolder

public class TreeElementHolder
extends java.lang.Object

This class acts as a simple immutable bean to point into a constructed Dom subtree representing an fnd:applicationsTree.

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

Constructor Summary
TreeElementHolder(java.lang.String treeId, java.lang.String appsTreeId, org.w3c.dom.Element applicationsTree, org.w3c.dom.Element additionalActionItemsFacet, org.w3c.dom.Element appsTreeSecondaryToolbarFacet, org.w3c.dom.Element appsTreeStatusbarFacet, org.w3c.dom.Element appsTreeViewMenuFacet, org.w3c.dom.Element treeFacet, org.w3c.dom.Element popupFacet)
          Construct the TreeElementHolder.
 
Method Summary
 org.w3c.dom.Element getAdditionalActionItemsFacet()
          Get the additionalActionItems Facet.
 org.w3c.dom.Element getApplicationsTree()
          Get the applicationsTree Element.
 java.lang.String getAppsTreeId()
          Get the applicationsTree Id.
 org.w3c.dom.Element getAppsTreeSecondaryToolbarFacet()
          Get the appsTreeSecondaryToolbar Facet.
 org.w3c.dom.Element getAppsTreeStatusbarFacet()
          Get the appsTreeStatusbar Facet.
 org.w3c.dom.Element getAppsTreeViewMenuFacet()
          Get the appsTreeViewMenu Facet.
 org.w3c.dom.Element getPopupFacet()
          Get the popup Facet.
 org.w3c.dom.Element getTreeFacet()
          Get the tree facet.
 java.lang.String getTreeId()
          Get the af:tree id attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeElementHolder

public TreeElementHolder(java.lang.String treeId,
                         java.lang.String appsTreeId,
                         org.w3c.dom.Element applicationsTree,
                         org.w3c.dom.Element additionalActionItemsFacet,
                         org.w3c.dom.Element appsTreeSecondaryToolbarFacet,
                         org.w3c.dom.Element appsTreeStatusbarFacet,
                         org.w3c.dom.Element appsTreeViewMenuFacet,
                         org.w3c.dom.Element treeFacet,
                         org.w3c.dom.Element popupFacet)
Construct the TreeElementHolder. Once this class is constructed it is immuTree.

Parameters:
treeId - the af:Tree id attribute value
appsTreeId - the fnd:applicationsTree id attribute value
applicationsTree - fnd:applicationsTree Element itself
additionalActionItemsFacet - relevant facet
appsTreeSecondaryToolbarFacet - relevant facet
appsTreeStatusbarFacet - relevant facet
appsTreeViewMenuFacet - relevant facet
treeFacet - relevant facet
Method Detail

getAdditionalActionItemsFacet

public org.w3c.dom.Element getAdditionalActionItemsFacet()
Get the additionalActionItems Facet.

Returns:
menuBar additionalActionItems Facet

getTreeFacet

public org.w3c.dom.Element getTreeFacet()
Get the tree facet.

Returns:
tree facet

getTreeId

public java.lang.String getTreeId()
Get the af:tree id attribute.

Returns:
af:tree id attribute.

getAppsTreeSecondaryToolbarFacet

public org.w3c.dom.Element getAppsTreeSecondaryToolbarFacet()
Get the appsTreeSecondaryToolbar Facet.

Returns:
appsTreeSecondaryToolbar Facet

getAppsTreeStatusbarFacet

public org.w3c.dom.Element getAppsTreeStatusbarFacet()
Get the appsTreeStatusbar Facet.

Returns:
appsTreeStatusbar Facet

getAppsTreeViewMenuFacet

public org.w3c.dom.Element getAppsTreeViewMenuFacet()
Get the appsTreeViewMenu Facet.

Returns:
appsTreeViewMenu Facet

getApplicationsTree

public org.w3c.dom.Element getApplicationsTree()
Get the applicationsTree Element.

Returns:
applicationsTree Element

getAppsTreeId

public java.lang.String getAppsTreeId()
Get the applicationsTree Id.

Returns:
applicationsTree Id

getPopupFacet

public org.w3c.dom.Element getPopupFacet()
Get the popup Facet.

Returns:
popup Facet

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.