Assume that we have a detailed employee table and when we select a particular row I want that row to become editable.
For this to happen select adf table i.e. af:table t1 and in property listener in Behaviour tab set EditMode property value to "clickToEdit" and thats it. (Note the adf table should not be read only)