JDK-8101757 : TableView: make sort() (or similar) methods public
Type:Enhancement
Component:javafx
Sub-Component:controls
Affected Version:fx2.1
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2012-02-06
Updated:2015-06-16
Resolved:2013-03-08
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
We need to introduce API on TableView to allow for manual sorting calls. This might mean making the sort() method public, but it might also mean more than this...
Comments
Changeset: 65ab9f40d9ca
Author: jgiles
Date: 2013-03-08 15:47 +1300
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/65ab9f40d9ca
Improved sorting APIs for TableView and TreeTableView, including:
RT-17550: onSort event for TableColumn
RT-19482: TableView: make sort() (or similar) methods public
Also includes a number of new unit tests for the new API.
08-03-2013
Unfortunately not, there is very little time to work on tweaks and features, and unfortunately there are still many more higher-priority tweaks and features I need to work on.
04-05-2012
Is there any possibility of resolution of this issue in 2.2?