-
public class ToggleBlock.Element
-
-
Constructor Summary
Constructors Constructor Description ToggleBlock.Element(List<PageProperty.RichText> text, List<Block> children)
-
Method Summary
Modifier and Type Method Description final List<PageProperty.RichText>getText()final UnitsetText(List<PageProperty.RichText> text)final List<Block>getChildren()final UnitsetChildren(List<Block> children)-
-
Constructor Detail
-
ToggleBlock.Element
ToggleBlock.Element(List<PageProperty.RichText> text, List<Block> children)
-
-
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)
-
-
-
-