|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectjava.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 |
---|
def root
Constructor Detail |
---|
public MenuItemList()
public MenuItemList(java.util.List input)
Method Detail |
---|
private def doMarkup(def count, def type)
public def menuMarkup(def count = 0)
public def menubarMarkup(def count = 0)
Groovy Documentation