Class GridLayout.Area

java.lang.Object
io.jmix.ui.component.GridLayout.Area
Enclosing interface:
GridLayout

public static class GridLayout.Area extends Object
Defines a rectangular area of cells in a GridLayout.
  • Constructor Details

    • Area

      public Area(Component component, int column1, int row1, int column2, int row2)
  • Method Details

    • getComponent

      public Component getComponent()
    • getColumn1

      public int getColumn1()
    • getRow1

      public int getRow1()
    • getColumn2

      public int getColumn2()
    • getRow2

      public int getRow2()
    • toString

      public String toString()
      Overrides:
      toString in class Object