Interface LayoutColumnContent
-
- All Known Implementing Classes:
AbstractListNode,BlockCard,Blockquote,BodiedExtension,BulletList,CodeBlock,DecisionList,EmbedCard,Expand,Extension,Heading,MediaGroup,MediaSingle,OrderedList,Panel,Paragraph,Rule,Table,TaskList
public interface LayoutColumnContent extends Node
Marks the nodes that can be placed directly into alayoutColumnnode. The JSON schema calls these "block content", but the name used here is most consistent with the other interface names in this library.
-
-
Method Summary
-
Methods inherited from interface com.atlassian.adf.model.Element
elementType, isSupported, toMap, validate
-
Methods inherited from interface com.atlassian.adf.model.node.Node
appendPlainText, copy, toPlainText
-
-