Groovy Documentation

grails-app.taglib.org.grails.grailsui
Class MenuItemList

java.lang.Object
  java.util.AbstractCollection
      java.util.AbstractList
          java.util.ArrayList
              grails-app.taglib.org.grails.grailsui.MenuItemList

class MenuItemList
extends java.util.ArrayList

Property Summary
def root

 
Constructor Summary
MenuItemList()

MenuItemList(java.util.List input)

 
Method Summary
private def doMarkup(def count, def type)

def menuMarkup(def count = 0)

def menubarMarkup(def count = 0)

 
Methods inherited from class java.util.ArrayList
add, add, get, clone, indexOf, clear, isEmpty, lastIndexOf, contains, addAll, addAll, size, toArray, toArray, set, remove, remove, trimToSize, ensureCapacity, hashCode, equals, iterator, subList, listIterator, listIterator, toString, containsAll, removeAll, retainAll, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class java.util.AbstractList
add, add, get, hashCode, equals, indexOf, clear, lastIndexOf, addAll, iterator, set, remove, subList, listIterator, listIterator, toString, isEmpty, contains, addAll, size, toArray, toArray, remove, containsAll, removeAll, retainAll, wait, wait, wait, getClass, notify, notifyAll, size
 
Methods inherited from class java.util.AbstractCollection
add, clear, toString, isEmpty, contains, addAll, size, toArray, toArray, iterator, remove, containsAll, removeAll, retainAll, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll
 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

root

def root


 
Constructor Detail

MenuItemList

public MenuItemList()


MenuItemList

public MenuItemList(java.util.List input)


 
Method Detail

doMarkup

private def doMarkup(def count, def type)


menuMarkup

public def menuMarkup(def count = 0)


menubarMarkup

public def menubarMarkup(def count = 0)


 

Groovy Documentation