Uses of Class
com.vaadin.ui.GridLayout.OutOfBoundsException
-
Packages that use GridLayout.OutOfBoundsException Package Description com.vaadin.ui -
-
Uses of GridLayout.OutOfBoundsException in com.vaadin.ui
Methods in com.vaadin.ui that throw GridLayout.OutOfBoundsException Modifier and Type Method Description void
GridLayout. addComponent(Component component, int column, int row)
Adds the component to the grid in cells column1,row1 (NortWest corner of the area.)void
GridLayout. addComponent(Component component, int column1, int row1, int column2, int row2)
Adds a component to the grid in the specified area.
-