Class PageLayoutSection
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutSection
-
public class PageLayoutSection extends Object
A Page Layout Section is a single "row" of content within aPageLayout
. It can have one or severalPageLayoutCell
s in a few different configurations.
-
-
Constructor Summary
Constructors Constructor Description PageLayoutSection(PageLayoutCell... cells)
PageLayoutSection(Collection<PageLayoutCell> cells)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<PageLayoutCell>
getCells()
PageLayoutSectionLayoutType
getSectionLayout()
boolean
hasOneCell()
-
-
-
Constructor Detail
-
PageLayoutSection
public PageLayoutSection(Collection<PageLayoutCell> cells)
-
PageLayoutSection
public PageLayoutSection(PageLayoutCell... cells)
-
-
Method Detail
-
getCells
public Collection<PageLayoutCell> getCells()
-
getSectionLayout
public PageLayoutSectionLayoutType getSectionLayout()
-
hasOneCell
public boolean hasOneCell()
-
-