You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I new with the TableView component. Is there some one who can show me, how to read. one single Cell value.
If i am understand right public void onDataClicked - just return RowIndex int value - that fine - but not columnIndex. Or is there something like getSelectedCellValue() function or... how to implement
@OverRide
public void onDataClicked(int rowIndex, String[] strings) {
I new with the TableView component. Is there some one who can show me, how to read. one single Cell value.
If i am understand right public void onDataClicked - just return RowIndex int value - that fine - but not columnIndex. Or is there something like getSelectedCellValue() function or... how to implement
@OverRide
public void onDataClicked(int rowIndex, String[] strings) {
Thanks for tips and support.
The text was updated successfully, but these errors were encountered: