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

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

public class PageLayoutCell
extends java.lang.Object

Representation of cell within a PageLayoutSection.


Constructor Summary
PageLayoutCell(PageLayoutCellType type, Streamable body)
           
 
Method Summary
 Streamable getBody()
           
 PageLayoutCellType getType()
           
 boolean isAside()
           
 boolean isNormal()
           
 boolean isSideBars()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageLayoutCell

public PageLayoutCell(PageLayoutCellType type,
                      Streamable body)
Method Detail

isNormal

public boolean isNormal()

isAside

public boolean isAside()

isSideBars

public boolean isSideBars()

getBody

public Streamable getBody()

getType

public PageLayoutCellType getType()


Copyright © 2003-2014 Atlassian. All Rights Reserved.