public class GroupNode extends MenuNode
Constructor and Description |
---|
GroupNode()
Constructs a GroupNode
|
Modifier and Type | Method and Description |
---|---|
String |
doAction()
Called by the Default ActionListener
when a menu node is clicked/selected.
|
String |
getDestination()
Get the Destination URL of a page for a
GET.
|
String |
getIdRef()
Get the id of the node referred to by
the idref attribute of this node.
|
String[] |
getIdRefListProperty() |
MenuNode |
getRefNode()
Get the node whose id matches this node's
idref attribute value.
|
MenuNode |
getThreadSafeCopy()
Construct a thread safe version
of this object and return it.
|
void |
setIdRef(String idref)
Sets the idref of the node.
|
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
public String doAction()
public String getDestination()
getDestination
in class MenuNode
public void setIdRef(String idref)
idref
- - String name pointing to the "id" of another nodepublic MenuNode getRefNode()
getRefNode
in class MenuNode
public String getIdRef()
public String[] getIdRefListProperty()
public MenuNode getThreadSafeCopy()
MenuNode
getThreadSafeCopy
in class MenuNode
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.