Uses of Class
com.atlassian.adf.model.node.TableRow
-
Packages that use TableRow Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of TableRow in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return TableRow Modifier and Type Method Description TableRowTableRow. copy()static TableRowTableRow. tableRow()static TableRowTableRow. tableRow(TableRowContent content)static TableRowTableRow. tableRow(TableRowContent... content)static TableRowTableRow. tableRow(Iterable<? extends TableRowContent> content)static TableRowTableRow. tableRow(Stream<? extends TableRowContent> content)static TableRowTableRow. tr()static TableRowTableRow. tr(TableRowContent content)static TableRowTableRow. tr(TableRowContent... content)static TableRowTableRow. tr(Iterable<? extends TableRowContent> content)static TableRowTableRow. tr(Stream<? extends TableRowContent> content)Methods in com.atlassian.adf.model.node that return types with arguments of type TableRow Modifier and Type Method Description Class<TableRow>Table. contentClass()Methods in com.atlassian.adf.model.node with parameters of type TableRow Modifier and Type Method Description static TableTable. table(Table.Layout layout, TableRow content)static TableTable. table(Table.Layout layout, TableRow... content)static TableTable. table(TableRow content)static TableTable. table(TableRow... content)Method parameters in com.atlassian.adf.model.node with type arguments of type TableRow Modifier and Type Method Description static TableTable. table(Table.Layout layout, Iterable<? extends TableRow> content)static TableTable. table(Table.Layout layout, Stream<? extends TableRow> content)static TableTable. table(Iterable<? extends TableRow> content)static TableTable. table(Stream<? extends TableRow> content)
-