Class YAHOO.widget.MenuNode

Object
   |
   +--YAHOO.widget.Node
         |
         +--YAHOO.widget.TextNode
               |
               +--YAHOO.widget.MenuNode

class YAHOO.widget.MenuNode

Field Summary [top]

boolean multiExpand
Menus usually allow only one branch to be open at a time. 

Fields inherited from class YAHOO.widget.TextNode [top]

Constructor Summary [top]

YAHOO.widget.MenuNode
A menu-specific implementation that differs from TextNode in that only one sibling can be expanded at a time. 

Method Summary [top]

Object toString ()
toString 

Field Detail [top]

multiExpand

boolean   multiExpand
Menus usually allow only one branch to be open at a time.

Constructor Detail [top]

YAHOO.widget.MenuNode

YAHOO.widget.MenuNode ()
A menu-specific implementation that differs from TextNode in that only one sibling can be expanded at a time.

Method Detail [top]

toString

Object toString ()
toString
Returns:
string representation of the node