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

"SourceForge.net" <[email protected]> Fri, 19 Oct 2007 03:06:16 -0700
Newsgroups gmane.text.xml.xframe.xsddoc
Message-ID <[email protected]>
Bugs item #1816402, was opened at 2007-10-19 03:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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();
}

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

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/