Class PageLayoutCell
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutCell
-
public class PageLayoutCell extends Object
Representation of cell within aPageLayoutSection
.
-
-
Constructor Summary
Constructors Constructor Description PageLayoutCell(PageLayoutCellType type, Streamable body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Streamable
getBody()
PageLayoutCellType
getType()
boolean
isAside()
boolean
isNormal()
boolean
isSideBars()
-
-
-
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()
-
-