enhancement
The TableDataOwner is currently part of the public API when a TableData is created, but cannot be queried publicly afterward; instead, it is used only internally for scripting. However, the application might also have an interest in navigating to the owner (example: a drop event returns TableData, but the handler may be interested in the associated component or field).
Improvement
- com.top_logic.layout.table.TableData.getOwner()
Test
Refactoring, no test.