Uses of Class
com.vaadin.classic.v8.ui.GridLayout.OverlapsException
Packages that use GridLayout.OverlapsException
-
Uses of GridLayout.OverlapsException in com.vaadin.classic.v8.ui
Methods in com.vaadin.classic.v8.ui that throw GridLayout.OverlapsExceptionModifier and TypeMethodDescriptionvoidGridLayout.addComponent(com.vaadin.flow.component.Component component, int column, int row) Adds the component to the grid in cells column1,row1 (NortWest corner of the area.) End coordinates (SouthEast corner of the area) are the same as column1,row1.voidGridLayout.addComponent(com.vaadin.flow.component.Component component, int column1, int row1, int column2, int row2) Adds a component to the grid in the specified area.