|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWemListenerList
This listener re-groups all hierarchical listener elements like lists (ordered and unordered), definition lists and quotations. This interface contains methods used to notify begin/end of each list as well as begin/end of each list item.
| Method Summary | |
|---|---|
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). |
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). |
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. |
| Method Detail |
|---|
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()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()void endQuotation(WikiParameters params)
params - parameters of the listendQuotation(WikiParameters)void endQuotationLine()
endQuotationLine()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||