public interface IWemListenerList
Modifier and Type | Method and Description |
---|---|
void |
beginDefinitionDescription()
This method is used to notify about a definition description.
|
void |
beginDefinitionList(WikiParameters params)
This method is used to notify about a new definition list.
|
void |
beginDefinitionTerm()
A definition term.
|
void |
beginList(WikiParameters params,
boolean ordered)
This method is used to notify about a new list.
|
void |
beginListItem()
This method is used to notify about the beginning of a new item of a
simple list (see
beginList(WikiParameters, boolean) /
endList(WikiParameters, boolean) methods). |
default void |
beginListItem(WikiParameters params)
This method is used to notify about the beginning of a new item of a
simple list (see
beginList(WikiParameters, boolean) /
endList(WikiParameters, boolean) methods). |
void |
beginQuotation(WikiParameters params)
Notifies about the beginning of a quotation elements.
|
void |
beginQuotationLine()
A list containing quotation.
|
void |
endDefinitionDescription()
This method is used to notify about the end of a definition description.
|
void |
endDefinitionList(WikiParameters params)
This method is used to notify about the end of a definition list.
|
void |
endDefinitionTerm()
The end of a definition term.
|
void |
endList(WikiParameters params,
boolean ordered)
This method is used to notify about the end of a list.
|
void |
endListItem()
This method is used to notify about the end of an item of a simple list
(see
beginList(WikiParameters, boolean) /
endList(WikiParameters, boolean) methods). |
default void |
endListItem(WikiParameters params)
This method is used to notify about the end of an item of a simple list
(see
beginList(WikiParameters, boolean) /
endList(WikiParameters, boolean) methods). |
void |
endQuotation(WikiParameters params)
Notifies about the end of a quotation element sequence.
|
void |
endQuotationLine()
This method is used to notify about the end of a quotation line.
|
void beginDefinitionDescription()
endDefinitionDescription()
void beginDefinitionList(WikiParameters params)
params
- list of parameters for the listendDefinitionList(WikiParameters)
void beginDefinitionTerm()
endDefinitionTerm()
void beginList(WikiParameters params, boolean ordered)
beginListItem()
/endListItem()
method pair. Items of
lists of this type can contain the following sequence of elements:
params
- parameters of the listordered
- if this flag is true
then this method
corresponds to a new ordered list ("ol"); otherwise this method
notifies a beginning of an unordered list ("ul")endList(WikiParameters, boolean)
void beginListItem()
beginList(WikiParameters, boolean)
/
endList(WikiParameters, boolean)
methods).endListItem()
default void beginListItem(WikiParameters params)
beginList(WikiParameters, boolean)
/
endList(WikiParameters, boolean)
methods).endListItem(WikiParameters)
void beginQuotation(WikiParameters params)
params
- parameters of the listendQuotation(WikiParameters)
void beginQuotationLine()
endQuotationLine()
void endDefinitionDescription()
beginDefinitionDescription()
void endDefinitionList(WikiParameters params)
params
- list of parameters for the listbeginDefinitionList(WikiParameters)
void endDefinitionTerm()
beginDefinitionTerm()
void endList(WikiParameters params, boolean ordered)
params
- parameters of the listordered
- if this flag is true
then this method
corresponds to a new ordered list ("ol"); otherwise this method
notifies a beginning of an unordered list ("ul")beginList(WikiParameters, boolean)
void endListItem()
beginList(WikiParameters, boolean)
/
endList(WikiParameters, boolean)
methods).beginListItem()
default void endListItem(WikiParameters params)
beginList(WikiParameters, boolean)
/
endList(WikiParameters, boolean)
methods).beginListItem(WikiParameters)
void endQuotation(WikiParameters params)
params
- parameters of the listendQuotation(WikiParameters)
void endQuotationLine()
endQuotationLine()
Copyright © 2004–2021 XWiki. All rights reserved.