-
- All Implemented Interfaces:
public class TemplateBlock.Element
-
-
Constructor Summary
Constructors Constructor Description TemplateBlock.Element(List<PageProperty.RichText> text, List<Block> children)TemplateBlock.Element(List<PageProperty.RichText> text)TemplateBlock.Element()
-
Method Summary
Modifier and Type Method Description final List<PageProperty.RichText>getText()final UnitsetText(List<PageProperty.RichText> text)final List<Block>getChildren()-
-
Constructor Detail
-
TemplateBlock.Element
TemplateBlock.Element(List<PageProperty.RichText> text, List<Block> children)
-
TemplateBlock.Element
TemplateBlock.Element(List<PageProperty.RichText> text)
-
TemplateBlock.Element
TemplateBlock.Element()
-
-
Method Detail
-
getText
final List<PageProperty.RichText> getText()
-
setText
final Unit setText(List<PageProperty.RichText> text)
-
getChildren
final List<Block> getChildren()
-
-
-
-