Class ComponentArea

java.lang.Object
io.jmix.ui.component.form.ComponentArea

public class ComponentArea extends Object
A class that describes a component and its area, i.e. top left and bottom right coordinates.
  • Field Details

    • component

      protected Component component
    • startColumn

      protected int startColumn
    • startRow

      protected int startRow
    • endColumn

      protected int endColumn
    • endRow

      protected int endRow
  • Constructor Details

    • ComponentArea

      public ComponentArea(Component component, int startColumn, int startRow, int endColumn, int endRow)
  • Method Details

    • getComponent

      public Component getComponent()
    • getStartColumn

      public int getStartColumn()
    • getStartRow

      public int getStartRow()
    • getEndColumn

      public int getEndColumn()
    • getEndRow

      public int getEndRow()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object