I need to know the selected cell or selected column on a tableview. I have looked extensively in the forum and have not found a answer. I know that B4J always knows the SelectedRow and that the selected cell can get highlited so I visually know what column (cell) is selected. But I need code that will tell me what column is selected. I thought maybe .SelectedColumn but if so I have not found it. Is there any simple way to get it with Java?
I am thinking that maybe jTableViewExtended would be a solution but I assume that jTableViewExtended only works for B4J and not for B4A and B4I. The reason I want to use B4J is because I need the code to also work on B4A and B4I.
I am thinking that maybe jTableViewExtended would be a solution but I assume that jTableViewExtended only works for B4J and not for B4A and B4I. The reason I want to use B4J is because I need the code to also work on B4A and B4I.