-
- All Implemented Interfaces:
public final class BlockElementUpdate
-
-
Field Summary
Fields Modifier and Type Field Description private final List<PageProperty.RichText>richTextprivate final Booleancheckedprivate final List<List<PageProperty.RichText>>cells
-
Constructor Summary
Constructors Constructor Description BlockElementUpdate(List<PageProperty.RichText> richText, Boolean checked, List<List<PageProperty.RichText>> cells)BlockElementUpdate(List<PageProperty.RichText> richText, Boolean checked)BlockElementUpdate(List<PageProperty.RichText> richText)BlockElementUpdate()
-
Method Summary
Modifier and Type Method Description final List<PageProperty.RichText>getRichText()final BooleangetChecked()final List<List<PageProperty.RichText>>getCells()-
-
Constructor Detail
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> richText, Boolean checked, List<List<PageProperty.RichText>> cells)
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> richText, Boolean checked)
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> richText)
-
BlockElementUpdate
BlockElementUpdate()
-
-
Method Detail
-
getRichText
final List<PageProperty.RichText> getRichText()
-
getChecked
final Boolean getChecked()
-
getCells
final List<List<PageProperty.RichText>> getCells()
-
-
-
-