public class WemTableTagNotifier extends AbstractTagNotifier implements IWemListenerTable
EMPTY_MAP, fListenerDEFINITION_DESCRIPTION, DEFINITION_LIST, DEFINITION_TERM, DOCUMENT, EMPTY_LINES, EMPTY_LINES_SIZE, ESCAPE, EXTENSION_BLOCK, EXTENSION_INLINE, EXTENSION_NAME, FORMAT, HEADER, HEADER_LEVEL, HORIZONTAL_LINE, IMAGE, IMAGE_IMPLICIT, INFO_BLOCK, INFO_BLOCK_TYPE, LINE_BREAK, LIST_ITEM, LIST_ORDERED, LIST_UNORDERED, MACRO_BLOCK, MACRO_INLINE, MACRO_NAME, NEW_LINE, PARAGRAPH, PROPERTY_BLOCK, PROPERTY_DOC, PROPERTY_INLINE, PROPERTY_URL, QUOTATION, QUOTATION_LINE, REF_EXPLICIT, REF_IMPLICIT, SECTION, SECTION_CONTENT, SECTION_DOC_LEVEL, SECTION_HEADER_LEVEL, SECTION_LEVEL, STYLES, TABLE, TABLE_CAPTION, TABLE_CAPTION_PARAM, TABLE_CELL, TABLE_HEAD, TABLE_ROW, VERBATIM_BLOCK, VERBATIM_INLINE| Constructor and Description |
|---|
WemTableTagNotifier(ITagListener listener) |
| 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.
|
newParamMap, tagParams, tagParams, tagParams, tagParams, userParams, userParams, userParamspublic WemTableTagNotifier(ITagListener listener)
listener - public void beginTable(WikiParameters params)
IWemListenerTablebeginTable in interface IWemListenerTableparams - table parametersIWemListenerTable.endTable(WikiParameters)public void beginTableCell(boolean tableHead,
WikiParameters params)
IWemListenerTablebeginTableCell in interface IWemListenerTabletableHead - 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 cellIWemListenerTable.endTableCell(boolean, WikiParameters)public void beginTableRow(WikiParameters params)
IWemListenerTablebeginTableRow in interface IWemListenerTableparams - parameters of the row.IWemListenerTable.endTableRow(WikiParameters)public void endTable(WikiParameters params)
IWemListenerTableendTable in interface IWemListenerTableparams - table parametersIWemListenerTable.beginTable(WikiParameters)public void endTableCell(boolean tableHead,
WikiParameters params)
IWemListenerTableendTableCell in interface IWemListenerTabletableHead - 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 cellIWemListenerTable.beginTableCell(boolean, WikiParameters)public void endTableRow(WikiParameters params)
IWemListenerTableendTableRow in interface IWemListenerTableparams - parameters of the row.IWemListenerTable.beginTableRow(WikiParameters)public void onTableCaption(String str)
IWemListenerTableonTableCaption in interface IWemListenerTablestr - the content of the table captionCopyright © 2004–2014 XWiki. All rights reserved.