| Constructor and Description |
|---|
UiTopoLayout(UiTopoLayoutId id,
Region region,
UiTopoLayoutId parent)
Created a new UI topology layout.
|
| Modifier and Type | Method and Description |
|---|---|
UiTopoLayoutId |
id()
Returns the UI layout identifier.
|
boolean |
isRoot()
Returns true if this layout instance is at the top of the
hierarchy tree.
|
UiTopoLayoutId |
parent()
Returns the parent layout identifier.
|
Region |
region()
Returns the backing region with which this layout is associated.
|
RegionId |
regionId()
Returns the identifier of the backing region.
|
String |
toString() |
public UiTopoLayout(UiTopoLayoutId id, Region region, UiTopoLayoutId parent)
id - layout identifierregion - backing regionparent - identifier of the parent layoutpublic UiTopoLayoutId id()
public Region region()
public RegionId regionId()
public UiTopoLayoutId parent()
public boolean isRoot()