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

E22562-07

oracle.apps.fnd.applcore.patterns.uishell.model.menuInternal
Class GroupNode

java.lang.Object
  extended by oracle.apps.fnd.applcore.patterns.uishell.model.menuInternal.MenuNode
      extended by oracle.apps.fnd.applcore.patterns.uishell.model.menuInternal.GroupNode
Direct Known Subclasses:
FndGroupNode

public class GroupNode
extends MenuNode


Field Summary
 
Fields inherited from class oracle.apps.fnd.applcore.patterns.uishell.model.menuInternal.MenuNode
LABEL_ATTR, RENDERED_ATTR
 
Constructor Summary
GroupNode()
           
 
Method Summary
 java.lang.String doAction()
          Called by the Default ActionListener when a menu node is clicked/selected.
 java.lang.String getDestination()
          Get the Destination URL of a page for a GET.
 java.lang.String getIdRef()
          Get the id of the node referred to by the idref attribute of this node.
 MenuNode getRefNode()
          Get the node whose id matches this node's idref attribute value.
 void setIdRef(java.lang.String idref)
          Sets the idref of the node.
 
Methods inherited from class oracle.apps.fnd.applcore.patterns.uishell.model.menuInternal.MenuNode
getAccessKey, getAttributeValueRaw, getChildren, getCustomizationLayerName, getDefaultFocusPath, getDisabled, getDocumentName, getFocusViewId, getHandlerId, getIcon, getId, getLabel, getLabelAndAccessKey, getModelId, getReadOnly, getRendered, getRootModel, getRootModelKey, getUniqueId, getVisible, postSelectedNode, setAccessKey, setAccessKey, setChildren, setCustomizationLayerName, setDefaultFocusPath, setDefaultFocusPath, setDisabled, setDisabled, setDocumentName, setFocusViewId, setHandlerId, setIcon, setId, setLabel, setLabelAndAccessKey, setModelId, setReadOnly, setReadOnly, setRendered, setRendered, setResBundleKey, setResBundleName, setRootModelKey, setVisible, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupNode

public GroupNode()
Method Detail

doAction

public java.lang.String doAction()
Called by the Default ActionListener when a menu node is clicked/selected.

Overrides:
doAction in class MenuNode
Returns:
String outcome or viewId used during a POST for navigation.

getDestination

public java.lang.String getDestination()
Get the Destination URL of a page for a GET.

Overrides:
getDestination in class MenuNode
Returns:
String URL of a page.

setIdRef

public void setIdRef(java.lang.String idref)
Sets the idref of the node. The value of this attribute is an "id" of another node This tells the pointing node where to obtain its viewId and takes precedence (and will replace) the pointing nodes viewId, if one exists. This should point to a node of the same style, e.g. actionNode points to actionNode.

Parameters:
idref - - String name pointing to the "id" of another node

getRefNode

public MenuNode getRefNode()
Get the node whose id matches this node's idref attribute value.

Overrides:
getRefNode in class MenuNode
Returns:
the MenuNode whose id matches this node's idref attribute value.

getIdRef

public java.lang.String getIdRef()
Get the id of the node referred to by the idref attribute of this node.

Returns:
String id of the node referred to by the idref attribure of this node.

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.