[ xframe-Bugs-1816402 ] decision whether or not the column is sortable

"SourceForge.net" <[email protected]> Thu, 25 Oct 2007 16:59:40 -0700
Newsgroups gmane.text.xml.xframe.xsddoc
Message-ID <[email protected]>
Bugs item #1816402, was opened at 2007-10-19 12:06
Message generated for change (Comment added) made by kriede
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=454391&aid=1816402&group_id=48863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: JXTable
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: decision whether or not the column is sortable

Initial Comment:
A column that is not instanceof TableColumnExt is not sortable, but the methode JXTable.isSortable() returns true in that case.

The methode isSortable() should be implemented like that:
protected boolean isSortable(int columnIndex) {
   TableColumnExt tableColumnExt =
          getColumnExt(columnIndex);
   return tableColumnExt != null
          && tableColumnExt.isSortable();
}

----------------------------------------------------------------------

>Comment By: Kurt Riede (kriede)
Date: 2007-10-26 01:59

Message:
Logged In: YES 
user_id=484961
Originator: NO

This method doesn't exist in our project.
Looks like confusion with the javadesktop project at java.net

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=454391&aid=1816402&group_id=48863

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/