|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidad.menu.MenuNode
org.apache.myfaces.trinidad.menu.GroupNode
public class GroupNode
Code specific to a Menu Model's GroupNode.
Constructor Summary | |
---|---|
GroupNode()
Constructs a GroupNode |
Method Summary | |
---|---|
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. |
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 String doAction()
doAction
in class MenuNode
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |