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 Summary
-
Constructor Summary
Constructors Constructor Description SelectedCell(int row, int column)
-
Method Summary
-
Field Details
-
Constructor Details
-
SelectedCell
public SelectedCell(int row, int column)
-