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 - ETable, ETableColumn and OutlineView violates PropertyChange-Support
Summary: ETable, ETableColumn and OutlineView violates PropertyChange-Support
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-27 07:21 UTC by arittner
Modified: 2014-06-27 07:21 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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