edu.internet2.middleware.grouper.ui.tags.menu
Class DhtmlxMenu

java.lang.Object
  extended by edu.internet2.middleware.grouper.ui.tags.menu.DhtmlxMenu

public class DhtmlxMenu
extends Object

See dhtmlx docs: http://docs.dhtmlx.com/doku.php?id=dhtmlxmenu:xml_format_template


Constructor Summary
DhtmlxMenu()
           
 
Method Summary
 void addDhtmlxItem(DhtmlxMenuItem dhtmlxMenuItem)
          menu items
 List<DhtmlxMenuItem> getDhtmlxMenuItems()
          menu items
 void setDhtmlxMenuItems(List<DhtmlxMenuItem> dhtmlxMenuItems1)
          menu items
 String toXml()
           
 void toXml(javax.xml.stream.XMLStreamWriter xmlStreamWriter)
          write this to xml
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DhtmlxMenu

public DhtmlxMenu()
Method Detail

getDhtmlxMenuItems

public List<DhtmlxMenuItem> getDhtmlxMenuItems()
menu items

Returns:
the dhtmlxMenuItems

setDhtmlxMenuItems

public void setDhtmlxMenuItems(List<DhtmlxMenuItem> dhtmlxMenuItems1)
menu items

Parameters:
dhtmlxMenuItems1 - the dhtmlxMenuItems to set

addDhtmlxItem

public void addDhtmlxItem(DhtmlxMenuItem dhtmlxMenuItem)
menu items

Parameters:
dhtmlxMenuItem - the dhtmlxMenuItem to add

toXml

public String toXml()
Returns:
the xml string

toXml

public void toXml(javax.xml.stream.XMLStreamWriter xmlStreamWriter)
           throws javax.xml.stream.XMLStreamException
write this to xml

Parameters:
xmlStreamWriter -
Throws:
javax.xml.stream.XMLStreamException