|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.menu.MenuNode
org.apache.myfaces.trinidadinternal.menu.GroupNode
public class GroupNode
Code specific to a Menu Model's GroupNode.
Constructor Summary | |
---|---|
GroupNode()
Constructs a 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 org.apache.myfaces.trinidadinternal.menu.MenuNode |
---|
getAccessKey, getChildren, getDefaultFocusPath, getDisabled, getFocusViewId, getHandlerId, getIcon, getId, getLabel, getLabelAndAccessKey, getNodeSysId, getReadOnly, getRendered, getRootModel, getRootModelKey, getUniqueId, getVisible, postSelectedNode, setAccessKey, setAccessKey, setChildren, setDefaultFocusPath, setDefaultFocusPath, setDisabled, setDisabled, setFocusViewId, setHandlerId, setIcon, setId, setLabel, setLabelAndAccessKey, 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 |
---|
public GroupNode()
Method Detail |
---|
public java.lang.String doAction()
doAction
in class MenuNode
public java.lang.String getDestination()
getDestination
in class MenuNode
public void setIdRef(java.lang.String idref)
idref
- - String name pointing to the "id" of another nodepublic MenuNode getRefNode()
getRefNode
in class MenuNode
public java.lang.String getIdRef()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |