info.bliki.wiki.filter
Class WPRow
java.lang.Object
info.bliki.wiki.filter.WPRow
public class WPRow
- extends java.lang.Object
Represents a single row in a wiki table (i.e. table syntax bordered by
{| ..... |}
). See: Help - Table
Constructor Summary |
WPRow(java.util.List<WPCell> cells)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WPRow
public WPRow(java.util.List<WPCell> cells)
getParams
public java.lang.String getParams()
- Returns:
- Returns the parameters.
setParams
public void setParams(java.lang.String params)
- Parameters:
params
- The params to set.
add
public boolean add(WPCell cell)
- Parameters:
o
-
- Returns:
get
public WPCell get(int index)
- Parameters:
index
-
- Returns:
size
public int size()
- Returns:
renderHTML
public void renderHTML(ITextConverter converter,
java.lang.Appendable buf,
IWikiModel wikiModel)
throws java.io.IOException
- Throws:
java.io.IOException
renderPlainText
public void renderPlainText(ITextConverter converter,
java.lang.Appendable buf,
IWikiModel wikiModel)
throws java.io.IOException
- Throws:
java.io.IOException
getNumColumns
public int getNumColumns()
getType
public int getType()
- Returns:
- Returns the type.
setType
public void setType(int type)
- Parameters:
type
- The type to set.
Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.