@Beta public final class LayoutComponent extends DescriptorBasedComponent
Modifier and Type | Class and Description |
---|---|
static class |
LayoutComponent.Builder |
Constructor and Description |
---|
LayoutComponent(LayoutComponent.Builder builder) |
Modifier and Type | Method and Description |
---|---|
LayoutComponent |
copy() |
static LayoutComponent.Builder |
create() |
static LayoutComponent.Builder |
create(LayoutComponent source) |
boolean |
equals(Object o) |
Component |
getComponent(ComponentPath path) |
Region |
getRegion(String name) |
LayoutRegions |
getRegions() |
ComponentType |
getType() |
int |
hashCode() |
boolean |
hasRegions() |
String |
toString() |
getConfig, getDescriptor, hasConfig
public LayoutComponent(LayoutComponent.Builder builder)
public static LayoutComponent.Builder create()
public static LayoutComponent.Builder create(LayoutComponent source)
public LayoutComponent copy()
public ComponentType getType()
public boolean hasRegions()
public LayoutRegions getRegions()
public Component getComponent(ComponentPath path)
public boolean equals(Object o)
equals
in class DescriptorBasedComponent
public int hashCode()
hashCode
in class DescriptorBasedComponent