Uses of Interface
com.atlassian.adf.model.node.type.NonNestableBlockContent
-
Packages that use NonNestableBlockContent Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of NonNestableBlockContent in com.atlassian.adf.model.node
Classes in com.atlassian.adf.model.node that implement NonNestableBlockContent Modifier and Type Class Description classAbstractListNode<L extends AbstractListNode<L>>Common parent of thebulletListandorderedListnode types.classBlockCardTheblockCardnode is an Atlassian link card with a type icon and content description derived from the link.classBlockquoteTheBlockquotenode is a container for quotes.classBulletListA container forlist itemsthat produces a bulleted list.classCodeBlockA container for lines of code.classDecisionListDecision lists provide lists that look much like abulletList, but they cannot be nested and there are differences in their visual representation.classEmbedCardclassExtensionExtensions provide hook points for ecosystem add-ons to integrate with how ADF content is rendered.classHeadingRepresents a topic heading, as for the<h1>through<h6>tags used in HTML.classMediaGroupA container for several media items.classMediaSingleA container for exactly one media item, optionally followed by acaption.classOrderedListA container forlist itemsthat produces a numbered list of them.classPanelA container that highlights content as additional information, a warning, or the result of an action.classParagraphA container for a block of formatted text delineated by a carriage return.classRuleRepresenting a divider, this is equivalent to an HTML<hr/>tag.classTableA container for the nodes that define a table.classTaskListTask lists provide lists that look much like abulletList, but there are differences in their visual representation.Methods in com.atlassian.adf.model.node that return types with arguments of type NonNestableBlockContent Modifier and Type Method Description Class<NonNestableBlockContent>BodiedExtension. contentClass()Class<NonNestableBlockContent>Expand. contentClass()Methods in com.atlassian.adf.model.node with parameters of type NonNestableBlockContent Modifier and Type Method Description static ExpandExpand. expand(NonNestableBlockContent content)static ExpandExpand. expand(NonNestableBlockContent... content)protected voidBodiedExtension. validateContentNodeForAppend(NonNestableBlockContent node)protected voidExpand. validateContentNodeForAppend(NonNestableBlockContent node)Method parameters in com.atlassian.adf.model.node with type arguments of type NonNestableBlockContent Modifier and Type Method Description static ExpandExpand. expand(Iterable<? extends NonNestableBlockContent> content)static ExpandExpand. expand(Stream<? extends NonNestableBlockContent> content)
-