Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.renderer.filter.wiki.list.ListType

Packages that use ListType
com.jivesoftware.forum.renderer.filter.wiki.list   
 

Uses of ListType in com.jivesoftware.forum.renderer.filter.wiki.list
 

Fields in com.jivesoftware.forum.renderer.filter.wiki.list declared as ListType
static ListType ListType.BULLET
          Type representing a bulleted list
static ListType ListType.DASH
          Type representing a dashed list
static ListType ListType.NUMBER
          Type representing a numbered list
 

Methods in com.jivesoftware.forum.renderer.filter.wiki.list that return ListType
 ListType ListItem.getListType()
           
static ListType ListType.getListType(char bullet)
          A helper method to get a specific ListType object from a bullet character
 

Methods in com.jivesoftware.forum.renderer.filter.wiki.list with parameters of type ListType
 void ListItem.setListType(ListType listType)
           
 

Constructors in com.jivesoftware.forum.renderer.filter.wiki.list with parameters of type ListType
ListItem(char[] bullets, ListType listType, java.lang.String text)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.