org.xwiki.rendering.block
Class HorizontalLineBlock
java.lang.Object
org.xwiki.rendering.block.AbstractBlock
org.xwiki.rendering.block.HorizontalLineBlock
- All Implemented Interfaces:
- Cloneable, Block
public class HorizontalLineBlock
- extends AbstractBlock
Represents a Horizontal line.
- Since:
- 1.6M1
- Version:
- $Id: 77e93241c8c6b6cf37dda1ba5f3c918820449075 $
| Nested classes/interfaces inherited from interface org.xwiki.rendering.block.Block |
Block.Axes |
| Methods inherited from class org.xwiki.rendering.block.AbstractBlock |
addChild, addChildren, after, before, clone, clone, equals, getBlocks, getChildren, getFirstBlock, getNextSibling, getParameter, getParameters, getParent, getPreviousSibling, getRoot, hashCode, insertChildAfter, insertChildBefore, removeBlock, replaceChild, replaceChild, setChildren, setNextSiblingBlock, setParameter, setParameters, setParent, setPreviousSiblingBlock |
HorizontalLineBlock
public HorizontalLineBlock()
- Construct a Horizontal Line Block with no parameters.
HorizontalLineBlock
public HorizontalLineBlock(Map<String,String> parameters)
- Construct a Horizontal Line Block with parameters.
- Parameters:
parameters - see AbstractBlock.getParameter(String) for more details on
parameters
traverse
public void traverse(Listener listener)
- Description copied from interface:
Block
- Let the block send
Listener events corresponding to its content. For example a Paragraph block will send
the Listener.beginParagraph(java.util.Map) and
Listener.endParagraph(java.util.Map) events when this method is called.
- Specified by:
traverse in interface Block- Overrides:
traverse in class AbstractBlock
- Parameters:
listener - the listener to which to send the events to.
Copyright © 2004-2012 XWiki. All Rights Reserved.