Uses of Interface
com.atlassian.adf.model.node.type.TableCellContent
-
Packages that use TableCellContent Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of TableCellContent in com.atlassian.adf.model.node
Classes in com.atlassian.adf.model.node that implement TableCellContent 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.classNestedExpandclassOrderedListA 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.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 TableCellContent Modifier and Type Method Description Class<TableCellContent>AbstractTableCellNode. contentClass()Methods in com.atlassian.adf.model.node with parameters of type TableCellContent Modifier and Type Method Description static TableCellTableCell. tableCell(TableCellContent content)static TableCellTableCell. tableCell(TableCellContent... content)static TableHeaderTableHeader. tableHeader(TableCellContent content)static TableHeaderTableHeader. tableHeader(TableCellContent... content)static TableCellTableCell. td(TableCellContent content)static TableCellTableCell. td(TableCellContent... content)static TableHeaderTableHeader. th(TableCellContent content)static TableHeaderTableHeader. th(TableCellContent... content)protected voidAbstractTableCellNode. validateContentNodeForAppend(TableCellContent node)Method parameters in com.atlassian.adf.model.node with type arguments of type TableCellContent Modifier and Type Method Description static TableCellTableCell. tableCell(Iterable<? extends TableCellContent> content)static TableCellTableCell. tableCell(Stream<? extends TableCellContent> content)static TableHeaderTableHeader. tableHeader(Iterable<? extends TableCellContent> content)static TableHeaderTableHeader. tableHeader(Stream<? extends TableCellContent> content)static TableCellTableCell. td(Iterable<? extends TableCellContent> content)static TableCellTableCell. td(Stream<? extends TableCellContent> content)static TableHeaderTableHeader. th(Iterable<? extends TableCellContent> content)static TableHeaderTableHeader. th(Stream<? extends TableCellContent> content)
-