Uses of Class
com.atlassian.adf.model.node.LayoutSection
-
Packages that use LayoutSection Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of LayoutSection in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return LayoutSection Modifier and Type Method Description LayoutSectionLayoutSection. breakout(Breakout breakout)LayoutSectionLayoutSection.Partial.NeedsFirstColumn. content(LayoutColumn col1, LayoutColumn col2)LayoutSectionLayoutSection.Partial.NeedsFirstColumn. content(LayoutColumn col1, LayoutColumn col2, LayoutColumn col3)LayoutSectionLayoutSection.Partial.NeedsSecondColumn. content(LayoutColumn col2)LayoutSectionLayoutSection.Partial.NeedsSecondColumn. content(LayoutColumn col2, LayoutColumn col3)LayoutSectionLayoutSection. copy()LayoutSectionLayoutSection. defaultWidth()LayoutSectionLayoutSection. fullWidth()static LayoutSectionLayoutSection. layoutSection(LayoutColumn col1, LayoutColumn col2)Creates a layout section with the given two layout columns as content.static LayoutSectionLayoutSection. layoutSection(LayoutColumn col1, LayoutColumn col2, LayoutColumn col3)Creates a layout section with the given three layout columns as content.LayoutSectionLayoutSection. wide()
-