-
- Downloads
[UI] Refactor support for editable columns within a `DynamicTreeViewer`
* The `addColumn` method now features a third parameter: a Boolean `readOnly`. If true `true` the column is read-only, otherwise the cell's content can be edited. * There is no more `addColumn` method which takes an `EventHandler`. However, as it now returns the `TreeTableColumn` handlers can be added in the client code. Issue-Ref: 3437 Issue-Url: https://af3-developer.fortiss.org/issues/3437 Signed-off-by:Tiziano Munaro <munaro@fortiss.org>
Showing
- org.fortiss.tooling.common.ui/src/org/fortiss/tooling/common/ui/javafx/control/treetableview/.ratings 1 addition, 1 deletion...s/tooling/common/ui/javafx/control/treetableview/.ratings
- org.fortiss.tooling.common.ui/src/org/fortiss/tooling/common/ui/javafx/control/treetableview/DynamicTreeTableViewer.java 35 additions, 51 deletions.../javafx/control/treetableview/DynamicTreeTableViewer.java
Please register or sign in to comment