Module omix.api

Class Table.SelectedCell

java.lang.Object
omix.lang.data.Table.SelectedContent
omix.lang.data.Table.SelectedCell
Enclosing interface:
Table

public static class Table.SelectedCell
extends Table.SelectedContent
This class represents a selected cell in the table
Since:
Omix 1.8.5
Author:
Dr. Peter Droste
  • Field Details

    • row

      public final int row
    • column

      public final int column
  • Constructor Details

    • SelectedCell

      public SelectedCell​(int row, int column)