Uses of Class
com.vaadin.ui.GridLayout.Area
-
Packages that use GridLayout.Area Package Description com.vaadin.ui -
-
Uses of GridLayout.Area in com.vaadin.ui
Methods in com.vaadin.ui that return GridLayout.Area Modifier and Type Method Description GridLayout.AreaGridLayout.OutOfBoundsException. getArea()Gets the area that is out of bounds.GridLayout.AreaGridLayout.OverlapsException. getArea()Gets the area .GridLayout.AreaGridLayout. getComponentArea(Component component)Returns information about the area where given component is laid in the GridLayout.Methods in com.vaadin.ui with parameters of type GridLayout.Area Modifier and Type Method Description booleanGridLayout.Area. overlaps(GridLayout.Area other)Tests if this Area overlaps with another Area.Constructors in com.vaadin.ui with parameters of type GridLayout.Area Constructor Description OutOfBoundsException(GridLayout.Area areaOutOfBounds)Constructs anOoutOfBoundsExceptionwith the specified detail message.OverlapsException(GridLayout.Area existingArea)Constructs anOverlapsException.
-