Package com.enonic.xp.region
Class AbstractRegions
- java.lang.Object
-
- com.enonic.xp.region.AbstractRegions
-
- Direct Known Subclasses:
LayoutRegions,PageRegions
@PublicApi public abstract class AbstractRegions extends Object implements Iterable<Region>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractRegions.Builder<BUILDER extends AbstractRegions.Builder>
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractRegions(AbstractRegions.Builder builder)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract AbstractRegionscopy()booleanequals(Object o)ComponentgetComponent(ComponentPath path)RegiongetRegion(String name)inthashCode()booleanisEmpty()Iterator<Region>iterator()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
AbstractRegions
protected AbstractRegions(AbstractRegions.Builder builder)
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
getComponent
public Component getComponent(ComponentPath path)
-
copy
public abstract AbstractRegions copy()
-
-