Uses of Class
com.atlassian.adf.model.node.LayoutColumn
-
Packages that use LayoutColumn Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of LayoutColumn in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return LayoutColumn Modifier and Type Method Description LayoutColumnLayoutColumn. copy()static LayoutColumnLayoutColumn. layoutColumn(Number width)LayoutColumnLayoutColumn. width(Number width)Methods in com.atlassian.adf.model.node that return types with arguments of type LayoutColumn Modifier and Type Method Description Class<LayoutColumn>LayoutSection. contentClass()Methods in com.atlassian.adf.model.node with parameters of type LayoutColumn Modifier and Type Method Description LayoutSection.Partial.NeedsSecondColumnLayoutSection.Partial.NeedsFirstColumn. content(LayoutColumn col1)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)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.protected voidLayoutSection. validateContentNodeForAppend(LayoutColumn node)
-