com.atlassian.confluence.content.render.xhtml.model.pagelayouts
Class PageLayoutSection

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutSection

public class PageLayoutSection
extends java.lang.Object

A Page Layout Section is a single "row" of content within a PageLayout. It can have one or several PageLayoutCells in a few different configurations.


Constructor Summary
PageLayoutSection(java.util.Collection<PageLayoutCell> cells)
           
PageLayoutSection(PageLayoutCell... cells)
           
 
Method Summary
 java.util.Collection<PageLayoutCell> getCells()
           
 PageLayoutSectionLayoutType getSectionLayout()
           
 boolean hasOneCell()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageLayoutSection

public PageLayoutSection(java.util.Collection<PageLayoutCell> cells)

PageLayoutSection

public PageLayoutSection(PageLayoutCell... cells)
Method Detail

getCells

public java.util.Collection<PageLayoutCell> getCells()

getSectionLayout

public PageLayoutSectionLayoutType getSectionLayout()

hasOneCell

public boolean hasOneCell()


Copyright © 2003-2013 Atlassian. All Rights Reserved.