info.bliki.wiki.filter
Class WPRow

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean add(WPCell cell)
           
 WPCell get(int index)
           
 int getNumColumns()
           
 java.lang.String getParams()
           
 int getType()
           
 void renderHTML(ITextConverter converter, java.lang.Appendable buf, IWikiModel wikiModel)
           
 void renderPlainText(ITextConverter converter, java.lang.Appendable buf, IWikiModel wikiModel)
           
 void setParams(java.lang.String params)
           
 void setType(int type)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WPRow

public WPRow(java.util.List<WPCell> cells)
Method Detail

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.