|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.ui.GridLayout.OverlapsException
public class GridLayout.OverlapsException
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.
| Constructor Summary | |
|---|---|
GridLayout.OverlapsException(GridLayout.Area existingArea)
Constructs an OverlapsException. |
|
| Method Summary | |
|---|---|
GridLayout.Area |
getArea()
Gets the area . |
java.lang.String |
getMessage()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GridLayout.OverlapsException(GridLayout.Area existingArea)
OverlapsException.
existingArea - | Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic GridLayout.Area getArea()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||