162163164165166167168
boolean focusNextOnEnter=true; protected String currentValue; protected boolean searchable=true; public CustomComboBox() { this(new TextBox()); }