-
- All Implemented Interfaces:
public class ToDoBlock.Element
-
-
Constructor Summary
Constructors Constructor Description ToDoBlock.Element(Boolean checked, List<PageProperty.RichText> text, List<Block> children)
ToDoBlock.Element(Boolean checked, List<PageProperty.RichText> text)
ToDoBlock.Element(Boolean checked)
ToDoBlock.Element()
-
Method Summary
Modifier and Type Method Description final Boolean
getChecked()
final Unit
setChecked(Boolean checked)
final List<PageProperty.RichText>
getText()
final Unit
setText(List<PageProperty.RichText> text)
final List<Block>
getChildren()
final Unit
setChildren(List<Block> children)
-
-
Constructor Detail
-
ToDoBlock.Element
ToDoBlock.Element(Boolean checked, List<PageProperty.RichText> text, List<Block> children)
-
ToDoBlock.Element
ToDoBlock.Element(Boolean checked, List<PageProperty.RichText> text)
-
ToDoBlock.Element
ToDoBlock.Element(Boolean checked)
-
ToDoBlock.Element
ToDoBlock.Element()
-
-
Method Detail
-
getChecked
final Boolean getChecked()
-
setChecked
final Unit setChecked(Boolean checked)
-
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)
-
-
-
-