I`m trying to add addValueChangeHandler function to a TextBox inside a flexTable. But when I add this code: int rowIndex = tableImages.getCellForEvent(event).getRowIndex(); I use this method to know the current row in case of a ClickEvent.
the method is not acceptable for ValueChangeEvent, so how can I know what is the row Index for the changed cell? Thank you.