Uses of Interface
org.xwiki.rendering.block.ListBLock
-
Packages that use ListBLock Package Description 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 ListBLock in org.xwiki.rendering.block
Classes in org.xwiki.rendering.block that implement ListBLock Modifier and Type Class Description class
BulletedListBlock
Represents a Bulleted list.class
DefinitionListBlock
Represents a definition list.class
NumberedListBlock
Represents a numbered List.
-