org.apache.myfaces.trinidadinternal.menu
Class GroupNode
java.lang.Object
org.apache.myfaces.trinidadinternal.menu.MenuNode
org.apache.myfaces.trinidadinternal.menu.GroupNode
- Direct Known Subclasses:
- ImmutableGroupNode
Deprecated. Use org.apache.myfaces.trinidad.menu.GroupNode instead of this one.
@Deprecated
public class GroupNode
- extends MenuNode
Code specific to a Menu Model's GroupNode.
|
Constructor Summary |
GroupNode()
Deprecated. Constructs a GroupNode |
|
Method Summary |
java.lang.String |
doAction()
Deprecated. Called by the Default ActionListener
when a menu node is clicked/selected. |
java.lang.String |
getDestination()
Deprecated. Get the Destination URL of a page for a
GET. |
java.lang.String |
getIdRef()
Deprecated. Get the id of the node referred to by
the idref attribute of this node. |
java.lang.String[] |
getIdRefListProperty()
Deprecated. |
MenuNode |
getRefNode()
Deprecated. Get the node whose id matches this node's
idref attribute value. |
protected MenuNode |
getThreadSafeCopy()
Deprecated. Construct a thread safe version
of this object and return it. |
void |
setIdRef(java.lang.String idref)
Deprecated. Sets the idref of the node. |
| Methods inherited from class org.apache.myfaces.trinidadinternal.menu.MenuNode |
getAccessKey, getAccessKeyProperty, getBundleKeyProperty, getBundleNameProperty, getChildren, getChildrenProperty, getDefaultFocusPath, getDefaultFocusPathProperty, getDisabled, getDisabledProperty, getFocusViewId, getFocusViewIdProperty, getHandlerId, getHandlerIdProperty, getIcon, getIconProperty, getId, getIdProperty, getLabel, getLabelAndAccessKey, getLabelAndAccessKeyProperty, getLabelProperty, getModelId, getModelIdProperty, getReadOnly, getReadOnlyProperty, getRendered, getRenderedProperty, getRootId, getRootIdProperty, getRootModel, getRootModelKey, getRootModelKeyProperty, getUniqueId, getUniqueIdProperty, getVisible, getVisibleProperty, postSelectedNode, setAccessKey, setAccessKey, setChildren, setDefaultFocusPath, setDefaultFocusPath, setDisabled, setDisabled, setFocusViewId, setHandlerId, setIcon, setId, setLabel, setLabelAndAccessKey, setModelId, setReadOnly, setReadOnly, setRendered, setRendered, setResBundleKey, setResBundleName, setRootId, setRootModelKey, setVisible, setVisible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupNode
public GroupNode()
- Deprecated.
- Constructs a GroupNode
doAction
public java.lang.String doAction()
- Deprecated.
- 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()
- Deprecated.
- 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)
- Deprecated.
- 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()
- Deprecated.
- 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()
- Deprecated.
- 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.
getIdRefListProperty
public java.lang.String[] getIdRefListProperty()
- Deprecated.
getThreadSafeCopy
protected MenuNode getThreadSafeCopy()
- Deprecated.
- Description copied from class:
MenuNode
- Construct a thread safe version
of this object and return it.
- Overrides:
getThreadSafeCopy in class MenuNode
- Returns:
- a thread safe copy of this object.
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.