Example usage for Java com.vaadin.ui GridLayout fields, constructors, methods, implement or subclass
The text is from its open source code.
GridLayout(int columns, int rows) Constructor for a grid of given size (number of columns and rows). | |
GridLayout() Constructs an empty (1x1) grid layout that is extended as needed. |