|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListType | |
|---|---|
| org.xwiki.rendering.listener | |
| org.xwiki.rendering.listener.chaining | |
| Uses of ListType in org.xwiki.rendering.listener |
|---|
| Methods in org.xwiki.rendering.listener that return ListType | |
|---|---|
static ListType |
ListType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ListType[] |
ListType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.xwiki.rendering.listener with parameters of type ListType | |
|---|---|
void |
WrappingListener.beginList(ListType listType,
Map<String,String> parameters)
Start of a list. |
void |
QueueListener.beginList(ListType listType,
Map<String,String> parameters)
Start of a list. |
void |
Listener.beginList(ListType listType,
Map<String,String> parameters)
Start of a list. |
void |
CompositeListener.beginList(ListType listType,
Map<String,String> parameters)
Start of a list. |
void |
WrappingListener.endList(ListType listType,
Map<String,String> parameters)
End of a list. |
void |
QueueListener.endList(ListType listType,
Map<String,String> parameters)
End of a list. |
void |
Listener.endList(ListType listType,
Map<String,String> parameters)
End of a list. |
void |
CompositeListener.endList(ListType listType,
Map<String,String> parameters)
End of a list. |
| Uses of ListType in org.xwiki.rendering.listener.chaining |
|---|
| Methods in org.xwiki.rendering.listener.chaining with parameters of type ListType | |
|---|---|
void |
TextOnNewLineStateChainingListener.beginList(ListType listType,
Map<String,String> parameters)
Start of a list. |
void |
LookaheadChainingListener.beginList(ListType listType,
Map<String,String> parameters)
Start of a list. |
void |
EmptyBlockChainingListener.beginList(ListType listType,
Map<String,String> parameters)
Start of a list. |
void |
BlockStateChainingListener.beginList(ListType listType,
Map<String,String> parameters)
Start of a list. |
void |
AbstractChainingListener.beginList(ListType listType,
Map<String,String> parameters)
Start of a list. |
void |
LookaheadChainingListener.endList(ListType listType,
Map<String,String> parameters)
End of a list. |
void |
EmptyBlockChainingListener.endList(ListType listType,
Map<String,String> parameters)
End of a list. |
void |
ConsecutiveNewLineStateChainingListener.endList(ListType listType,
Map<String,String> parameters)
End of a list. |
void |
BlockStateChainingListener.endList(ListType listType,
Map<String,String> parameters)
End of a list. |
void |
AbstractChainingListener.endList(ListType listType,
Map<String,String> parameters)
End of a list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||