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