How you do this depends on the nature of the data you use to represent a row. If it is a Map, you can just call get() on the row, passing the key for the column you want. If it is a bean, you can call the property getter for the appropriate column.
On Nov 2, 2011, at 9:18 AM, V SANTOSH PAVAN RAJU BS wrote: > In my application i need to select a row in a tableview and get one of the > column entry for that particular row, > I get the selected row number in tableview by > > int rowIndex = tableView.getSelectedIndex(); > > from here i need to get any one of the column entry for that row. > Please help me in this regard. > > -- > Thanks & Regards > B.S.V.S.Pavan Raju. > Skype: skype_pavan1 > Hyderabad. >
