Uses of Class
org.compiere.swing.CComboBox
-
Packages that use CComboBox Package Description org.compiere.apps.search Package org.compiere.apps.searchorg.compiere.grid.ed Provides for....org.compiere.print Provides for.... -
-
Uses of CComboBox in org.compiere.apps.search
Fields in org.compiere.apps.search declared as CComboBox Modifier and Type Field Description CComboBox<ValueNamePair>
Find. columns
Advanced Search OperatorsCComboBox<Object>
Find. operators
-
Uses of CComboBox in org.compiere.grid.ed
Subclasses of CComboBox in org.compiere.grid.ed Modifier and Type Class Description class
VComboBox
Combobox with KeyNamePair/ValueNamePair or Locator.Methods in org.compiere.grid.ed with parameters of type CComboBox Modifier and Type Method Description static void
AutoCompletion. enable(CComboBox<Object> comboBox)
Enable auto completion for a combo box (strict mode)static void
AutoCompletion. enable(CComboBox<Object> comboBox, boolean strictMode)
Enable auto completion for a combo boxConstructors in org.compiere.grid.ed with parameters of type CComboBox Constructor Description AutoCompletion(CComboBox<Object> comboBox)
-
Uses of CComboBox in org.compiere.print
Subclasses of CComboBox in org.compiere.print Modifier and Type Class Description class
CPrinter
Adempiere Printer Selection
-