|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutCell
public class PageLayoutCell
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 |
---|
public PageLayoutCell(PageLayoutCellType type, Streamable body)
Method Detail |
---|
public boolean isNormal()
public boolean isAside()
public boolean isSideBars()
public Streamable getBody()
public PageLayoutCellType getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |