| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
GridLayout.Area |
GridLayout.OverlapsException.getArea()
Gets the area .
|
GridLayout.Area |
GridLayout.OutOfBoundsException.getArea()
Gets the area that is out of bounds.
|
GridLayout.Area |
GridLayout.getComponentArea(Component component)
Returns information about the area where given component is laid in the
GridLayout.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridLayout.Area.overlaps(GridLayout.Area other)
Tests if this Area overlaps with another Area.
|
| Constructor and Description |
|---|
OutOfBoundsException(GridLayout.Area areaOutOfBounds)
Constructs an
OoutOfBoundsException with the specified
detail message. |
OverlapsException(GridLayout.Area existingArea)
Constructs an
OverlapsException. |
Copyright © 2022 Vaadin Ltd. All rights reserved.