public interface IWemListenerTable
| Modifier and Type | Method and Description |
|---|---|
void |
beginTable(WikiParameters params)
This method notifies about the beginning of a new table in the document.
|
void |
beginTableCell(boolean tableHead,
WikiParameters params)
This method is used to notify about the beginning of a new table cell.
|
void |
beginTableRow(WikiParameters params)
This method is used to notify about the beginning of a new table row.
|
void |
endTable(WikiParameters params)
This method notifies about the end of a table in the document.
|
void |
endTableCell(boolean tableHead,
WikiParameters params)
This method is used to notify about the end of a table cell.
|
void |
endTableRow(WikiParameters params)
This method is used to notify about the end of a table row.
|
void |
onTableCaption(String str)
Notifies the table caption.
|
void beginTable(WikiParameters params)
params - table parametersendTable(WikiParameters)void beginTableCell(boolean tableHead,
WikiParameters params)
tableHead - if this flag is true then the reported cell
corresponds to the table head ("th" element); otherwise it should
be considered as a normal table cell ("td" element).params - parameters of this cellendTableCell(boolean, WikiParameters)void beginTableRow(WikiParameters params)
params - parameters of the row.endTableRow(WikiParameters)void endTable(WikiParameters params)
params - table parametersbeginTable(WikiParameters)void endTableCell(boolean tableHead,
WikiParameters params)
tableHead - if this flag is true then the reported cell
corresponds to the table head ("th" element); otherwise it should
be considered as a normal table cell ("td" element).params - parameters of this cellbeginTableCell(boolean, WikiParameters)void endTableRow(WikiParameters params)
params - parameters of the row.beginTableRow(WikiParameters)void onTableCaption(String str)
str - the content of the table captionCopyright © 2004–2014 XWiki. All rights reserved.