createTextFieldWith("Input prompt", null, "Input prompt");
createTextFieldWith("Small", Reindeer.TEXTFIELD_SMALL, null);
createTextFieldWith("Big", ChameleonTheme.TEXTFIELD_BIG, null);
createTextFieldWith("Search", ChameleonTheme.TEXTFIELD_SEARCH, null);
TextArea ta = new TextArea();
ta.setId("textfield" + debugIdCounter++);
addComponent(ta);
PasswordField pf = new PasswordField();
pf.setId("textfield" + debugIdCounter++);
addComponent(pf);