|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rendering.block.AbstractBlock
org.xwiki.rendering.block.HorizontalLineBlock
public class HorizontalLineBlock
Represents a Horizontal line.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.xwiki.rendering.block.Block |
|---|
Block.Axes |
| Constructor Summary | |
|---|---|
HorizontalLineBlock()
Construct a Horizontal Line Block with no parameters. |
|
HorizontalLineBlock(java.util.Map<java.lang.String,java.lang.String> parameters)
Construct a Horizontal Line Block with parameters. |
|
| Method Summary | |
|---|---|
void |
traverse(Listener listener)
Let the block send Listener events corresponding to its content. |
| Methods inherited from class org.xwiki.rendering.block.AbstractBlock |
|---|
addChild, addChildren, after, before, clone, clone, equals, getBlocks, getChildren, getChildrenByType, getFirstBlock, getNextSibling, getParameter, getParameters, getParent, getParentBlockByType, getPreviousBlockByType, getPreviousSibling, getRoot, hashCode, insertChildAfter, insertChildBefore, removeBlock, replaceChild, replaceChild, setChildren, setNextSiblingBlock, setParameter, setParameters, setParent, setPreviousSiblingBlock |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HorizontalLineBlock()
public HorizontalLineBlock(java.util.Map<java.lang.String,java.lang.String> parameters)
parameters - see AbstractBlock.getParameter(String) for more details on
parameters| Method Detail |
|---|
public void traverse(Listener listener)
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.
traverse in interface Blocktraverse in class AbstractBlocklistener - the listener to which to send the events to.AbstractBlock.traverse(org.xwiki.rendering.listener.Listener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||