Results 1 to 1 of 1
Thread: hidden columns in jxtable
- 09-27-2010, 11:13 PM #1
Member
- Join Date
- Aug 2009
- Posts
- 60
- Rep Power
- 0
hidden columns in DTable
I have a DTable. If I setColumnControlVisible() to true so user can manually selects to hide columns. When I do "getColumnModel().getColumnCount()", the count will not include the hidden columns, correct?
If that is correct, then when I use "getColumnModel().getColumn(i)" to loop through all the columns, it will only loop through all the visuable ones right?
How do I loop through all the columns, including the hidden ones?
Thank you!Last edited by new2java2009; 09-28-2010 at 12:20 AM.
Similar Threads
-
custom jxtable header focus traversal
By AmitYatagiri in forum AWT / SwingReplies: 3Last Post: 08-10-2010, 09:37 PM -
work with jxtable
By pos in forum AWT / SwingReplies: 2Last Post: 07-16-2010, 10:46 AM -
[SELENIUM] Retrieve the value of a hidden input type
By gecko753 in forum Web FrameworksReplies: 1Last Post: 11-04-2009, 04:32 PM -
Hidden Button after paint()
By MuslimCoder in forum New To JavaReplies: 5Last Post: 09-14-2009, 06:52 PM -
need to adjust a code I have to work with hidden fields
By carag in forum New To JavaReplies: 2Last Post: 07-29-2009, 01:23 PM
Bookmarks