com.itmill.toolkit.ui
Class GridLayout.OverlapsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itmill.toolkit.ui.GridLayout.OverlapsException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- GridLayout
public class GridLayout.OverlapsException
- extends RuntimeException
An Exception
object which is thrown when two Items occupy
the same space on a grid.
- Since:
- 3.0
- Version:
- 5.3.0
- Author:
- IT Mill Ltd.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GridLayout.OverlapsException
public GridLayout.OverlapsException(GridLayout.Area existingArea)
- Constructs an
OverlapsException
.
- Parameters:
existingArea
-
getArea
public GridLayout.Area getArea()
- Gets the area .
- Returns:
- the existing area.
Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.