public class HorizontalLineBlock extends AbstractBlock
Block.Axes
LIST_BLOCK_TYPE
Constructor and Description |
---|
HorizontalLineBlock()
Construct a Horizontal Line Block with no parameters.
|
HorizontalLineBlock(Map<String,String> parameters)
Construct a Horizontal Line Block with parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
traverse(Listener listener)
Let the block send
Listener events corresponding to its content. |
addChild, addChildren, after, before, clone, clone, equals, getBlocks, getChildren, getFirstBlock, getNextSibling, getParameter, getParameters, getParent, getPreviousSibling, getRoot, hashCode, indexOf, insertChildAfter, insertChildBefore, removeBlock, replaceChild, replaceChild, setChildren, setNextSiblingBlock, setParameter, setParameters, setParent, setPreviousSiblingBlock
public HorizontalLineBlock()
public HorizontalLineBlock(Map<String,String> parameters)
parameters
- see AbstractBlock.getParameter(String)
for more details on
parameterspublic void traverse(Listener listener)
Block
Listener
events corresponding to its content. For example a Paragraph block will send
the Listener.beginParagraph(java.util.Map<java.lang.String, java.lang.String>)
and
Listener.endParagraph(java.util.Map<java.lang.String, java.lang.String>)
events when this method is called.traverse
in interface Block
traverse
in class AbstractBlock
listener
- the listener to which to send the events to.Copyright © 2004–2021 XWiki. All rights reserved.