Package com.atlassian.adf.model.node
Class LayoutSection.Partial.NeedsFirstColumn
- java.lang.Object
-
- com.atlassian.adf.model.node.LayoutSection.Partial.NeedsFirstColumn
-
- Enclosing interface:
- LayoutSection.Partial
public static class LayoutSection.Partial.NeedsFirstColumn extends Object
A partially constructed layout section that still needs the first column to be added to it.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LayoutSection.Partial.NeedsSecondColumncontent(LayoutColumn col1)LayoutSectioncontent(LayoutColumn col1, LayoutColumn col2)LayoutSectioncontent(LayoutColumn col1, LayoutColumn col2, LayoutColumn col3)
-
-
-
Method Detail
-
content
public LayoutSection.Partial.NeedsSecondColumn content(LayoutColumn col1)
-
content
public LayoutSection content(LayoutColumn col1, LayoutColumn col2)
-
content
public LayoutSection content(LayoutColumn col1, LayoutColumn col2, LayoutColumn col3)
-
-