-
- All Implemented Interfaces:
public class ToDoBlock.Element
-
-
Field Summary
Fields Modifier and Type Field Description private Booleancheckedprivate List<PageProperty.RichText>richTextprivate List<Block>childrenprivate BlockColorcolor
-
Constructor Summary
Constructors Constructor Description ToDoBlock.Element(Boolean checked, List<PageProperty.RichText> richText, List<Block> children, BlockColor color)ToDoBlock.Element(Boolean checked, List<PageProperty.RichText> richText, List<Block> children)ToDoBlock.Element(Boolean checked, List<PageProperty.RichText> richText)ToDoBlock.Element(Boolean checked)ToDoBlock.Element()
-
Method Summary
Modifier and Type Method Description final BooleangetChecked()final UnitsetChecked(Boolean checked)final List<PageProperty.RichText>getRichText()final UnitsetRichText(List<PageProperty.RichText> richText)final List<Block>getChildren()final UnitsetChildren(List<Block> children)final BlockColorgetColor()final UnitsetColor(BlockColor color)-
-
Constructor Detail
-
ToDoBlock.Element
ToDoBlock.Element(Boolean checked, List<PageProperty.RichText> richText, List<Block> children, BlockColor color)
-
ToDoBlock.Element
ToDoBlock.Element(Boolean checked, List<PageProperty.RichText> richText, List<Block> children)
-
ToDoBlock.Element
ToDoBlock.Element(Boolean checked, List<PageProperty.RichText> richText)
-
ToDoBlock.Element
ToDoBlock.Element(Boolean checked)
-
ToDoBlock.Element
ToDoBlock.Element()
-
-
Method Detail
-
getChecked
final Boolean getChecked()
-
setChecked
final Unit setChecked(Boolean checked)
-
getRichText
final List<PageProperty.RichText> getRichText()
-
setRichText
final Unit setRichText(List<PageProperty.RichText> richText)
-
getChildren
final List<Block> getChildren()
-
setChildren
final Unit setChildren(List<Block> children)
-
getColor
final BlockColor getColor()
-
setColor
final Unit setColor(BlockColor color)
-
-
-
-