|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractBlock | |
|---|---|
| org.xwiki.rendering.block | 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 |
|---|
| Subclasses of AbstractBlock in org.xwiki.rendering.block | |
|---|---|
class |
BulletedListBlock
Represents a Bulleted list. |
class |
CompositeBlock
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 |
DefinitionDescriptionBlock
Represents a definition description. |
class |
DefinitionListBlock
Represents a definition list. |
class |
DefinitionTermBlock
Represents a definition description. |
class |
EmptyLinesBlock
Represents an empty line between 2 standalone Blocks. |
class |
FormatBlock
Represents a text formatting block (bold, italic, etc). |
class |
GroupBlock
Represents a grouping of blocks. |
class |
HeaderBlock
|
class |
HorizontalLineBlock
Represents a Horizontal line. |
class |
IdBlock
A reference/location in a page. |
class |
ImageBlock
Represents an image. |
class |
LinkBlock
Represents a Link element in a page. |
class |
ListItemBlock
Represents a List item element in a page. |
class |
MacroBlock
Represents a Macro (standalone or inline) defined in a page. |
class |
MacroMarkerBlock
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 |
MetaDataBlock
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). |
class |
NewLineBlock
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 |
NumberedListBlock
Represents a numbered List. |
class |
ParagraphBlock
|
class |
QuotationBlock
Represents a quotation. |
class |
QuotationLineBlock
Represents a quotation line. |
class |
RawBlock
Represents some raw content that shouldn't be parsed or modified and that should be injected as is in any output. |
class |
SectionBlock
|
class |
SpaceBlock
Represents a space. |
class |
SpecialSymbolBlock
Represent a non-alphanumeric and non-space symbol (>, ]...). |
class |
TableBlock
Represents a table. |
class |
TableCellBlock
Represents a cell of a table. |
class |
TableHeadCellBlock
Represents a head of a row or column of a table. |
class |
TableRowBlock
Represents the row of a table. |
class |
VerbatimBlock
A Verbatim block. |
class |
WordBlock
Represents a word. |
class |
XDOM
Contains the full tree of Block that represent a XWiki Document's content. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||