-3

Where is the code for combo box plus check box in 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.

image

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
Antony Joslin
  • 309
  • 4
  • 17

2 Answers2

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
1

click to view code

Its helpful for mixed combobox n check box combination.

Antony Joslin
  • 309
  • 4
  • 17