com.vaadin.ui.

Class GridLayout.OverlapsException

  • All Implemented Interfaces:

    Serializable

    Enclosing class:

    GridLayout

    public class GridLayout.OverlapsException
    extends RuntimeException

    Gridlayout does not support laying components on top of each other. An OverlapsException is thrown when a component already exists (even partly) at the same space on a grid with the new component.

    Since:

    3.0

    Author:

    Vaadin Ltd.

    See Also:

    Serialized Form

    • Constructor Detail

      • OverlapsException

        public OverlapsException​(GridLayout.Area existingArea)

        Constructs an OverlapsException.

        Parameters:

        existingArea - the existing area that needs overlapping