Uses of Class
com.atlassian.adf.model.node.Table
-
Packages that use Table Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of Table in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return Table Modifier and Type Method Description TableTable. copy()TableTable. isNumberColumnEnabled(Boolean isNumberColumnEnabled)TableTable. layout(Table.Layout layout)TableTable. localId(String localId)static TableTable. table()static TableTable. table(Table.Layout layout)static TableTable. table(Table.Layout layout, TableRow content)static TableTable. table(Table.Layout layout, TableRow... content)static TableTable. table(Table.Layout layout, Iterable<? extends TableRow> content)static TableTable. table(Table.Layout layout, Stream<? extends TableRow> content)static TableTable. table(TableRow content)static TableTable. table(TableRow... content)static TableTable. table(Iterable<? extends TableRow> content)static TableTable. table(Stream<? extends TableRow> content)TableTable. tr(TableRowContent content)TableTable. tr(TableRowContent... content)TableTable. tr(Iterable<? extends TableRowContent> content)TableTable. tr(Stream<? extends TableRowContent> content)TableTable. width(Number width)TableTable. withNumberColumn()TableTable. withoutNumberColumn()Methods in com.atlassian.adf.model.node with parameters of type Table Modifier and Type Method Description protected booleanTable. markedContentNodeEquals(Table other)
-