java.lang.Object
omix.lang.data.Table.SelectedContent
omix.lang.data.Table.SelectedRow
- Enclosing interface:
- Table
public static class Table.SelectedRow extends Table.SelectedContent
This class represents a selected cell in the table
- Since:
- Omix 1.8.5
- Author:
- Dr. Peter Droste
-
Field Summary
Fields Modifier and Type Field Description int
row
-
Constructor Summary
Constructors Constructor Description SelectedRow(int row)
-
Method Summary
-
Field Details
-
row
public final int row
-
-
Constructor Details
-
SelectedRow
public SelectedRow(int row)
-