Uses of Class
org.xwiki.rendering.block.AbstractBlock

Packages that use AbstractBlock
Package
Description
Represents content elements (Paragraph, Header, List, Styles, etc) as Blocks and a full document content is represented by a XDOM object.
  • Uses of AbstractBlock in org.xwiki.rendering.block

    Modifier and Type
    Class
    Description
    class 
    Common class to MacroBlock and MacroMakerBlock.
    class 
    Represents a Bulleted list.
    class 
    This block itself does not have any meaning (it does not have any corresponding rendering stream event) and is just here to pass together several Blocks to a method or as a return value as a Block.
    class 
    Represents a definition description.
    class 
    Represents a definition list.
    class 
    Represents a definition description.
    class 
    Represents an empty line between 2 standalone Blocks.
    class 
    Tags the content as a figure (image(s), diagram, code fragment, audio, video, charts, etc).
    class 
    Represents a figure caption (similar to the HTML5 <figcaption> element).
    class 
    Represents a text formatting block (bold, italic, etc).
    class 
    Represents a grouping of blocks.
    class 
     
    class 
    Represents a Horizontal line.
    class 
    A reference/location in a page.
    class 
    Represents an image.
    class 
    Represents a Link element in a page.
    class 
    Represents a List item element in a page.
    class 
    Represents a Macro (standalone or inline) defined in a page.
    class 
    A special block that Macro Blocks generate when they are executed so that it's possible to reconstruct the initial syntax even after Macros have been executed.
    class 
    Represents any kind of MetaData in the XDOM (eg saving original blocks so that the XWiki Syntax Renderer can restore them after a transformation has been executed, source reference, etc).
    final class 
    Represents a new line or line break (it's up to the Renderers to decide if it should be outputted as a new line or as a line break in the given syntax).
    class 
    Represents a numbered List.
    class 
     
    class 
    Represents a quotation.
    class 
    Represents a quotation line.
    class 
    Represents some raw content that shouldn't be parsed or modified and that should be injected as is in any output.
    class 
     
    final class 
    A space block represents a space.
    class 
    Represent a non-alphanumeric and non-space symbol (>, ], ...).
    class 
    Represents a table.
    class 
    Represents a cell of a table.
    class 
    Represents a head of a row or column of a table.
    class 
    Represents the row of a table.
    class 
    A Verbatim block.
    class 
    Represents a word.
    class 
    Contains the full tree of Block that represent a XWiki Document's content.