Uses of Interface
com.atlassian.adf.model.node.type.TableRowContent
-
Packages that use TableRowContent Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document.com.atlassian.adf.model.node.type Marker interfaces and other supporting types that help classify nodes by how they may be used. -
-
Uses of TableRowContent in com.atlassian.adf.model.node
Classes in com.atlassian.adf.model.node that implement TableRowContent Modifier and Type Class Description classAbstractTableCellNode<N extends AbstractTableCellNode<N>>Either of the data-containing nodes that can be placed in aTableRow, meaning either atableHeaderor atableCell.classTableCellA table cell within a table row.classTableHeaderA table cell within a table heading row.Methods in com.atlassian.adf.model.node that return types with arguments of type TableRowContent Modifier and Type Method Description Class<TableRowContent>TableRow. contentClass()Methods in com.atlassian.adf.model.node with parameters of type TableRowContent Modifier and Type Method Description static TableRowTableRow. tableRow(TableRowContent content)static TableRowTableRow. tableRow(TableRowContent... content)TableTable. tr(TableRowContent content)TableTable. tr(TableRowContent... content)static TableRowTableRow. tr(TableRowContent content)static TableRowTableRow. tr(TableRowContent... content)Method parameters in com.atlassian.adf.model.node with type arguments of type TableRowContent Modifier and Type Method Description static TableRowTableRow. tableRow(Iterable<? extends TableRowContent> content)static TableRowTableRow. tableRow(Stream<? extends TableRowContent> content)TableTable. tr(Iterable<? extends TableRowContent> content)TableTable. tr(Stream<? extends TableRowContent> content)static TableRowTableRow. tr(Iterable<? extends TableRowContent> content)static TableRowTableRow. tr(Stream<? extends TableRowContent> content) -
Uses of TableRowContent in com.atlassian.adf.model.node.type
Subinterfaces of TableRowContent in com.atlassian.adf.model.node.type Modifier and Type Interface Description interfaceTableCellNode<N extends TableCellNode<N>>Describes features that are common totableHeaderandtableCellnodes.
-