Skip to main content

Nebula TableCombo Widget

TableCombo

The TableCombo widget is a custom combo control that uses a table instead of a list when dropped down. The following features are supported by this widget:

  • Supports displaying multiple columns of data in the drop down portion of the combo.
  • Supports displaying a header for the drop down portion of the combo.
  • Supports images for each column that is displayed within the drop down portion of the combo.
  • Supports custom Colors and Fonts for each Row & Column within the drop down portion of the combo.
  • Supports displaying a % of the full drop down portion of the combo. So you can specify that the viewable portion of the drop down will be 75% of the full width of the table and a Horizontal scrollbar will be displayed.

If you use e4, you can also using CSS theming : https://wiki.eclipse.org/Nebula_CSS_TableCombo

Snippets


Back to the top