This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 245278

Summary: ETable, ETableColumn and OutlineView violates PropertyChange-Support
Product: platform Reporter: arittner <arittner>
Component: Outline&TreeTableAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description arittner 2014-06-27 07:21:37 UTC
I miss a big thing in the ETable/ETableColumn and OutlineView implementations. Mostly all changes are not propagated as propertyChange Events. This is a big problem on track changes like sorting to save the new sort order and ranks as preferences.

ETable
============

Please implement PropertyChangeEvents for: fullyEditable, fullyNonEditable, columnHidingAllowed, selectVisibleColumnsLabel (make getter public), quickFilterFormatStrings (make getter public), columnSelector, popupUsedFromTheCorner, (columnSelectionOn?), rowSorter if sorter is nulled. 

ETableColumn
=============

Please implement PropertyChangeEvents for: sortRank, ascending, customIcon and nestedComparator. Additionally add a setSortingAllowed and setHidingAllowed to make this features read/write (including PropertyChange-events).

OutlineView
=============

Please implement PropertyChangeEvents for: popupAllowed, quickSearchTableFilter, nodePopupFactory, dragSource, dropTarget and allowedDragActions