VerticalPanel panel = new VerticalPanel();
panel.add(toolStrip.asWidget());
final TextItem nameItem = new TextItem("name", "Name");
TextBoxItem jndiItem = new JndiNameItem("jndiName", "JNDI");
StatusItem enabledFlagItem = new StatusItem("enabled", "Is enabled?");
TextItem driverItem = new TextItem("driverName", "Driver");
CheckBoxItem shareStatements = new CheckBoxItem("sharePreparedStatements", "Share Prepared Statements");
NumberBoxItem statementCacheSize = new NumberBoxItem("prepareStatementCacheSize", "Statement Cache Size");