Package com.enonic.xp.page
Class PageRegions
- java.lang.Object
-
- com.enonic.xp.region.AbstractRegions
-
- com.enonic.xp.page.PageRegions
-
@PublicApi public final class PageRegions extends AbstractRegions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PageRegions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PageRegions
copy()
static PageRegions.Builder
create()
static PageRegions.Builder
create(PageRegions source)
-
Methods inherited from class com.enonic.xp.region.AbstractRegions
equals, getComponent, getRegion, hashCode, isEmpty, iterator, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
create
public static PageRegions.Builder create()
-
create
public static PageRegions.Builder create(PageRegions source)
-
copy
public PageRegions copy()
- Specified by:
copy
in classAbstractRegions
-
-