Uses of Class
com.atlassian.adf.model.node.Table.Layout
-
Packages that use Table.Layout 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.Layout in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return Table.Layout Modifier and Type Method Description static Table.LayoutTable.Layout. valueOf(String name)Returns the enum constant of this type with the specified name.static Table.Layout[]Table.Layout. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.adf.model.node that return types with arguments of type Table.Layout Modifier and Type Method Description Optional<Table.Layout>Table. layout()Methods in com.atlassian.adf.model.node with parameters of type Table.Layout Modifier and Type Method Description TableTable. layout(Table.Layout layout)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)
-