Uses of Class
com.atlassian.renderer.wysiwyg.ListContext

Packages that use ListContext
com.atlassian.renderer.wysiwyg   
com.atlassian.renderer.wysiwyg.converter   
 

Uses of ListContext in com.atlassian.renderer.wysiwyg
 

Methods in com.atlassian.renderer.wysiwyg that return ListContext
 ListContext NodeContext.getListContext()
           
 

Methods in com.atlassian.renderer.wysiwyg with parameters of type ListContext
 String WysiwygConverter.convertChildren(Node node, Styles styles, ListContext listContext, boolean inTable, boolean inListItem, boolean ignoreText, boolean escapeWikiMarkup, Node overridePreviousSibling)
          Deprecated. Since 5.0. Use WysiwygConverter.convertChildren(NodeContext) instead.
 String WysiwygNodeConverter.convertXHtmlToWikiMarkup(Node previousSibling, Node node, WysiwygConverter helper, Styles styles, ListContext listContext, boolean inTable, boolean inListItem, boolean ignoreText)
          Returns the converted wiki markup from the given node and its context parameters.
 

Constructors in com.atlassian.renderer.wysiwyg with parameters of type ListContext
ListContext(String type, ListContext current)
           
NodeContext(Node node, Node previousSibling, Styles styles, ListContext listContext, boolean inTable, boolean inListItem, boolean ignoreText, boolean escapeWikiMarkup)
           
 

Uses of ListContext in com.atlassian.renderer.wysiwyg.converter
 

Methods in com.atlassian.renderer.wysiwyg.converter with parameters of type ListContext
 String DefaultWysiwygConverter.convertChildren(Node node, Styles styles, ListContext listContext, boolean inTable, boolean inListItem, boolean ignoreText, boolean escapeWikiMarkup, Node previousSibling)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.