|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.forum.renderer.filter.wiki.list.ListType
public class ListType
Defines list types used for rendering lists.
Field Summary | |
---|---|
static ListType |
BULLET
Type representing a bulleted list |
static ListType |
DASH
Type representing a dashed list |
static ListType |
NUMBER
Type representing a numbered list |
Method Summary | |
---|---|
char |
getBullet()
Returns the bullet character for the list type |
java.lang.String |
getClosingTag()
Returns the closing tag for the list type |
static ListType |
getListType(char bullet)
A helper method to get a specific ListType object from a bullet character |
java.lang.String |
getOpeningTag()
Returns the opening tag for the list type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ListType BULLET
public static final ListType NUMBER
public static final ListType DASH
Method Detail |
---|
public char getBullet()
public java.lang.String getOpeningTag()
public java.lang.String getClosingTag()
public static ListType getListType(char bullet)
bullet
- the bullet for the list type
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |