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