Where is the code for combo box plus check box in adempiere multiwindow?
View the picture in the link. Where is the code for this in adempiere classes?
I have already checked on APanel
, VPanel
, CPanel
, AWindow
, CTable
, GridController
, VInOutGen
, VGenPanel
, MiniTable
, etc. I couldn't find the appropriate code.
Asked
Active
Viewed 135 times
-3

BalusC
- 1,082,665
- 372
- 3,610
- 3,555

Antony Joslin
- 309
- 4
- 17
2 Answers
1
This is functionality from SwingX (JXTable specifically) not Adempiere itself but it is utilized by Adempiere in the CTable class. Look at the CTable.ConfigureColumnControl() method and maybe google JXTable and "Column Control".

Colin Rooney
- 439
- 7
- 15
-
Thanx I got another method to do the same job. – Antony Joslin Aug 02 '16 at 11:09
-
Maybe you should share it so the next person with a similar problem can find the answer! – Colin Rooney Aug 02 '16 at 11:27