com.atlassian.renderer.v2.components.list
Class DummyParentListItem
java.lang.Object
com.atlassian.renderer.v2.components.list.DummyParentListItem
public class DummyParentListItem
- extends Object
A fake list item that contains all of a list, for convenience of not having to duplicate code
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyParentListItem
public DummyParentListItem()
toHtml
public void toHtml(StringBuffer buffer,
int depth,
SubRenderer subRenderer,
RenderContext context)
appendChildren
protected void appendChildren(StringBuffer buffer,
int depth,
SubRenderer subRenderer,
RenderContext context)
addListItem
public void addListItem(String bullets,
com.atlassian.renderer.v2.components.list.ListItem item)
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.