Uses of Class
com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutCellType
-
Packages that use PageLayoutCellType Package Description com.atlassian.confluence.content.render.xhtml.model.pagelayouts -
-
Uses of PageLayoutCellType in com.atlassian.confluence.content.render.xhtml.model.pagelayouts
Methods in com.atlassian.confluence.content.render.xhtml.model.pagelayouts that return PageLayoutCellType Modifier and Type Method Description PageLayoutCellType[]PageLayoutSectionLayoutType. getExpectedCellTypes()PageLayoutCellTypePageLayoutCell. getType()static PageLayoutCellTypePageLayoutCellType. valueOf(String name)Returns the enum constant of this type with the specified name.static PageLayoutCellType[]PageLayoutCellType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.content.render.xhtml.model.pagelayouts with parameters of type PageLayoutCellType Constructor Description PageLayoutCell(PageLayoutCellType type, Streamable body)
-