ComboBox add to lazyQueryContainer

How add combox to addContainerProperty?

ComboBox c = new ComboBox();
c.addItems(“test”);
lazyQueryContainer.addContainerProperty(comment_, , null, true, false);