-
- All Implemented Interfaces:
public class CalloutBlock.Element
-
-
Field Summary
Fields Modifier and Type Field Description private List<PageProperty.RichText>textprivate final Iconicon
-
Constructor Summary
Constructors Constructor Description CalloutBlock.Element(List<PageProperty.RichText> text, Icon icon)CalloutBlock.Element(List<PageProperty.RichText> text)CalloutBlock.Element()
-
Method Summary
Modifier and Type Method Description final List<PageProperty.RichText>getText()final UnitsetText(List<PageProperty.RichText> text)final IcongetIcon()-
-
Constructor Detail
-
CalloutBlock.Element
CalloutBlock.Element(List<PageProperty.RichText> text, Icon icon)
-
CalloutBlock.Element
CalloutBlock.Element(List<PageProperty.RichText> text)
-
CalloutBlock.Element
CalloutBlock.Element()
-
-
Method Detail
-
getText
final List<PageProperty.RichText> getText()
-
setText
final Unit setText(List<PageProperty.RichText> text)
-
-
-
-